static SearchTablesRequest.Builder |
SearchTablesRequest.builder() |
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.catalogId(String catalogId) |
A unique identifier, consisting of account_id .
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.filters(Collection<PropertyPredicate> filters) |
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.filters(Consumer<PropertyPredicate.Builder>... filters) |
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.filters(PropertyPredicate... filters) |
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.includeStatusDetails(Boolean includeStatusDetails) |
Specifies whether to include status details related to a request to create or update an Glue Data Catalog
view.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of tables to return in a single response.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.nextToken(String nextToken) |
A continuation token, included if this is a continuation call.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.resourceShareType(String resourceShareType) |
Allows you to specify that you want to search the tables shared with your account.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.resourceShareType(ResourceShareType resourceShareType) |
Allows you to specify that you want to search the tables shared with your account.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.searchText(String searchText) |
A string used for a text search.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.sortCriteria(Collection<SortCriterion> sortCriteria) |
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.sortCriteria(Consumer<SortCriterion.Builder>... sortCriteria) |
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.sortCriteria(SortCriterion... sortCriteria) |
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
SearchTablesRequest.Builder |
SearchTablesRequest.toBuilder() |
|