Package com.oracle.bmc.goldengate.model
Class ChangePipelineCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.ChangePipelineCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangePipelineCompartmentDetails
 
 public static class ChangePipelineCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePipelineCompartmentDetailsbuild()ChangePipelineCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment being referenced.ChangePipelineCompartmentDetails.Buildercopy(ChangePipelineCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangePipelineCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment being referenced.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangePipelineCompartmentDetails build() 
 - 
copypublic ChangePipelineCompartmentDetails.Builder copy(ChangePipelineCompartmentDetails model) 
 
- 
 
-