Package com.oracle.bmc.datascience.model
Class PipelineRunLogDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.PipelineRunLogDetails.Builder
-
- Enclosing class:
- PipelineRunLogDetails
public static class PipelineRunLogDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
logGroupId
public PipelineRunLogDetails.Builder logGroupId(String logGroupId)
The log group id for where log objects will be for pipeline runs.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
logId
public PipelineRunLogDetails.Builder logId(String logId)
The log id of the log object the pipeline run logs will be shipped to.- Parameters:
logId
- the value to set- Returns:
- this builder
-
build
public PipelineRunLogDetails build()
-
copy
public PipelineRunLogDetails.Builder copy(PipelineRunLogDetails model)
-
-