Package com.oracle.bmc.waas.model
Class ChangeCertificateCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.ChangeCertificateCompartmentDetails.Builder
-
- Enclosing class:
- ChangeCertificateCompartmentDetails
public static class ChangeCertificateCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCertificateCompartmentDetails
build()
ChangeCertificateCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.ChangeCertificateCompartmentDetails.Builder
copy(ChangeCertificateCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeCertificateCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.For information about moving resources between compartments, see Moving Resources to a Different Compartment.
- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeCertificateCompartmentDetails build()
-
copy
public ChangeCertificateCompartmentDetails.Builder copy(ChangeCertificateCompartmentDetails model)
-
-