Package com.oracle.bmc.filestorage.model
Class ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.filestorage.model.ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder
-
- Enclosing class:
- ChangeFilesystemSnapshotPolicyCompartmentDetails
public static class ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentDetails
build()
ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the file system snapshot policy to.ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder
copy(ChangeFilesystemSnapshotPolicyCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the file system snapshot policy to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeFilesystemSnapshotPolicyCompartmentDetails build()
-
copy
public ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder copy(ChangeFilesystemSnapshotPolicyCompartmentDetails model)
-
-