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