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 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 resource should be moved.ChangeCertificateCompartmentDetails.Buildercopy(ChangeCertificateCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeCertificateCompartmentDetails build() 
 - 
copypublic ChangeCertificateCompartmentDetails.Builder copy(ChangeCertificateCompartmentDetails model) 
 
- 
 
-