static ListSnapshotsRequest.Builder |
ListSnapshotsRequest.builder() |
Return a new builder for this request object.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.copy(ListSnapshotsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.fileSystemId(String fileSystemId) |
The OCID of the
file system.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.filesystemSnapshotPolicyId(String filesystemSnapshotPolicyId) |
The OCID of the
file system snapshot policy that is used to create the snapshots.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.id(String id) |
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.lifecycleState(ListSnapshotsRequest.LifecycleState lifecycleState) |
Filter results by the specified lifecycle state.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.page(String page) |
For list pagination.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.sortOrder(ListSnapshotsRequest.SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is
descending.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.toBuilder() |
|