Package com.oracle.bmc.filestorage.model
Class SourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.SourceDetails.Builder
 
- 
- Enclosing class:
- SourceDetails
 
 public static class SourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceDetailsbuild()SourceDetails.Buildercopy(SourceDetails model)SourceDetails.BuilderparentFileSystemId(String parentFileSystemId)The OCID of the file system that contains the source snapshot of a cloned file system.SourceDetails.BuildersourceSnapshotId(String sourceSnapshotId)The OCID of the source snapshot used to create a cloned file system.
 
- 
- 
- 
Method Detail- 
parentFileSystemIdpublic SourceDetails.Builder parentFileSystemId(String parentFileSystemId) The OCID of the file system that contains the source snapshot of a cloned file system.- Parameters:
- parentFileSystemId- the value to set
- Returns:
- this builder
 
 - 
sourceSnapshotIdpublic SourceDetails.Builder sourceSnapshotId(String sourceSnapshotId) The OCID of the source snapshot used to create a cloned file system.- Parameters:
- sourceSnapshotId- the value to set
- Returns:
- this builder
 
 - 
buildpublic SourceDetails build() 
 - 
copypublic SourceDetails.Builder copy(SourceDetails model) 
 
- 
 
-