Class ChangeCertificateAuthorityCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.certificatesmanagement.model.ChangeCertificateAuthorityCompartmentDetails.Builder
-
- Enclosing class:
- ChangeCertificateAuthorityCompartmentDetails
public static class ChangeCertificateAuthorityCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCertificateAuthorityCompartmentDetails
build()
ChangeCertificateAuthorityCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the CA should move.ChangeCertificateAuthorityCompartmentDetails.Builder
copy(ChangeCertificateAuthorityCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeCertificateAuthorityCompartmentDetails build()
-
copy
public ChangeCertificateAuthorityCompartmentDetails.Builder copy(ChangeCertificateAuthorityCompartmentDetails model)
-
-