Package | Description |
---|---|
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ListTablespacesRequest.Builder |
ListTablespacesRequest.builder()
Return a new builder for this request object.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.copy(ListTablespacesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.limit(Integer limit)
The maximum number of records returned in the paginated response.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.name(String name)
A filter to return only resources that match the entire name.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.page(String page)
The page token representing the page from where the next set of paginated results are
retrieved.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.sortBy(ListTablespacesRequest.SortBy sortBy)
The field to sort information by.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
ListTablespacesRequest.Builder |
ListTablespacesRequest.toBuilder()
Return an instance of
ListTablespacesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.