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