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