Class ChangeCaBundleCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.certificatesmanagement.model.ChangeCaBundleCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeCaBundleCompartmentDetails
 
 public static class ChangeCaBundleCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCaBundleCompartmentDetailsbuild()ChangeCaBundleCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the CA bundle should move.ChangeCaBundleCompartmentDetails.Buildercopy(ChangeCaBundleCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeCaBundleCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the CA bundle should move.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeCaBundleCompartmentDetails build() 
 - 
copypublic ChangeCaBundleCompartmentDetails.Builder copy(ChangeCaBundleCompartmentDetails model) 
 
- 
 
-