Class ChangeDrgAttachmentCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.ChangeDrgAttachmentCompartmentDetails.Builder
-
- Enclosing class:
- ChangeDrgAttachmentCompartmentDetails
public static class ChangeDrgAttachmentCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDrgAttachmentCompartmentDetailsbuild()ChangeDrgAttachmentCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the DRG attachment to.ChangeDrgAttachmentCompartmentDetails.Buildercopy(ChangeDrgAttachmentCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeDrgAttachmentCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the DRG attachment to.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public ChangeDrgAttachmentCompartmentDetails build()
-
copy
public ChangeDrgAttachmentCompartmentDetails.Builder copy(ChangeDrgAttachmentCompartmentDetails model)
-
-