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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentDetailsbuild()ChangeFilesystemSnapshotPolicyCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the file system snapshot policy to.ChangeFilesystemSnapshotPolicyCompartmentDetails.Buildercopy(ChangeFilesystemSnapshotPolicyCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeFilesystemSnapshotPolicyCompartmentDetails build() 
 - 
copypublic ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder copy(ChangeFilesystemSnapshotPolicyCompartmentDetails model) 
 
- 
 
-