Class ChangeDataAssetCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails.Builder
-
- Enclosing class:
- ChangeDataAssetCompartmentDetails
public static class ChangeDataAssetCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDataAssetCompartmentDetails
build()
ChangeDataAssetCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.ChangeDataAssetCompartmentDetails.Builder
copy(ChangeDataAssetCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeDataAssetCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeDataAssetCompartmentDetails build()
-
copy
public ChangeDataAssetCompartmentDetails.Builder copy(ChangeDataAssetCompartmentDetails model)
-
-