Package com.oracle.bmc.datasafe.model
Class ChangeAttributeSetCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.ChangeAttributeSetCompartmentDetails.Builder
-
- Enclosing class:
- ChangeAttributeSetCompartmentDetails
public static class ChangeAttributeSetCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeAttributeSetCompartmentDetails
build()
ChangeAttributeSetCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the new compartment were attribute set resource would move.ChangeAttributeSetCompartmentDetails.Builder
copy(ChangeAttributeSetCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeAttributeSetCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the new compartment were attribute set resource would move.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeAttributeSetCompartmentDetails build()
-
copy
public ChangeAttributeSetCompartmentDetails.Builder copy(ChangeAttributeSetCompartmentDetails model)
-
-