ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.accessLevel(ListSqlCollectionsRequest.AccessLevel accessLevel) |
Valid values are RESTRICTED and ACCESSIBLE.
|
static ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.builder() |
Return a new builder for this request object.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.compartmentId(String compartmentId) |
A filter to return only resources that match the specified compartment OCID.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
Default is false.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.copy(ListSqlCollectionsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.dbUserName(String dbUserName) |
A filter to return only items that match the specified user name.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the specified display name.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState) |
The current state of the SQL collection.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.page(String page) |
For list pagination.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.sortBy(ListSqlCollectionsRequest.SortBy sortBy) |
The field used for sorting.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.sortOrder(ListSqlCollectionsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.sqlCollectionId(String sqlCollectionId) |
An optional filter to return only resources that match the specified OCID of the SQL
collection resource.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.targetDatabaseGroupId(String targetDatabaseGroupId) |
A filter to return the target database group that matches the specified OCID.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.targetId(String targetId) |
A filter to return only items related to a specific target OCID.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo) |
A filter to return only the resources that were created after the specified date and
time, as defined by RFC3339.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan) |
Search for resources that were created before a specific date.
|
ListSqlCollectionsRequest.Builder |
ListSqlCollectionsRequest.toBuilder() |
|