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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineRunLogDetailsbuild()PipelineRunLogDetails.Buildercopy(PipelineRunLogDetails model)PipelineRunLogDetails.BuilderlogGroupId(String logGroupId)The log group id for where log objects will be for pipeline runs.PipelineRunLogDetails.BuilderlogId(String logId)The log id of the log object the pipeline run logs will be shipped to.
 
- 
- 
- 
Method Detail- 
logGroupIdpublic 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
 
 - 
logIdpublic 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
 
 - 
buildpublic PipelineRunLogDetails build() 
 - 
copypublic PipelineRunLogDetails.Builder copy(PipelineRunLogDetails model) 
 
- 
 
-