public static class SourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public SourceDetails.Builder parentFileSystemId(String parentFileSystemId)
The OCID of the file system that contains the source snapshot of a cloned file system. See Cloning a File System.
parentFileSystemId
- the value to setpublic SourceDetails.Builder sourceSnapshotId(String sourceSnapshotId)
The OCID of the source snapshot used to create a cloned file system. See Cloning a File System.
sourceSnapshotId
- the value to setpublic SourceDetails build()
public SourceDetails.Builder copy(SourceDetails model)
Copyright © 2016–2024. All rights reserved.