public static class PipelineRunLogDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineRunLogDetails |
build() |
PipelineRunLogDetails.Builder |
copy(PipelineRunLogDetails model) |
PipelineRunLogDetails.Builder |
logGroupId(String logGroupId)
The log group id for where log objects will be for pipeline runs.
|
PipelineRunLogDetails.Builder |
logId(String logId)
The log id of the log object the pipeline run logs will be shipped to.
|
public PipelineRunLogDetails.Builder logGroupId(String logGroupId)
The log group id for where log objects will be for pipeline runs.
logGroupId
- the value to setpublic PipelineRunLogDetails.Builder logId(String logId)
The log id of the log object the pipeline run logs will be shipped to.
logId
- the value to setpublic PipelineRunLogDetails build()
public PipelineRunLogDetails.Builder copy(PipelineRunLogDetails model)
Copyright © 2016–2024. All rights reserved.