static ListTablesRequest.Builder |
ListTablesRequest.builder() |
Return a new builder for this request object.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.copy(ListTablesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.page(String page) |
For list pagination.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.schemaName(String singularValue) |
Singular setter.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.schemaName(List<String> schemaName) |
A filter to return only items related to specific schema name.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.schemaNameContains(String schemaNameContains) |
A filter to return only items if schema name contains a specific string.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.sortBy(ListTablesRequest.SortBy sortBy) |
The field used for sorting.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.sortOrder(ListTablesRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.tableName(String singularValue) |
Singular setter.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.tableName(List<String> tableName) |
A filter to return only items related to specific table name.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.tableNameContains(String tableNameContains) |
A filter to return only items if table name contains a specific string.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.targetDatabaseId(String targetDatabaseId) |
The OCID of the Data Safe target database.
|
ListTablesRequest.Builder |
ListTablesRequest.toBuilder() |
|