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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceDetails
build()
SourceDetails.Builder
copy(SourceDetails model)
SourceDetails.Builder
parentFileSystemId(String parentFileSystemId)
The OCID of the file system that contains the source snapshot of a cloned file system.SourceDetails.Builder
sourceSnapshotId(String sourceSnapshotId)
The OCID of the source snapshot used to create a cloned file system.
-
-
-
Method Detail
-
parentFileSystemId
public 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
-
sourceSnapshotId
public 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
-
build
public SourceDetails build()
-
copy
public SourceDetails.Builder copy(SourceDetails model)
-
-