static ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.builder() |
Return a new builder for this request object.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.clusterId(String clusterId) |
A filter to return only Exadata Database Node Snapshots that match the given VM cluster.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.compartmentId(String compartmentId) |
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.copy(ListDbnodeSnapshotsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.lifecycleState(DbnodeSnapshot.LifecycleState lifecycleState) |
A filter to return only Exadata Database Snapshots that match the given lifecycle state
exactly.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.limit(Integer limit) |
The maximum number of items to return per page.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.name(String name) |
A filter to return only resources that match the entire name given.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.page(String page) |
The pagination token to continue listing from.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.sortBy(ListDbnodeSnapshotsRequest.SortBy sortBy) |
The field to sort by.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.sortOrder(ListDbnodeSnapshotsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.Builder.sourceDbnodeId(String sourceDbnodeId) |
A filter to return only Exadata Database Snapshots that match the given database node.
|
ListDbnodeSnapshotsRequest.Builder |
ListDbnodeSnapshotsRequest.toBuilder() |
|