public static interface SearchTablesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<SearchTablesRequest.Builder,SearchTablesRequest>
Modifier and Type | Method and Description |
---|---|
SearchTablesRequest.Builder |
catalogId(String catalogId)
A unique identifier, consisting of
account_id/datalake . |
SearchTablesRequest.Builder |
filters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
filters(Consumer<PropertyPredicate.Builder>... filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
filters(PropertyPredicate... filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
SearchTablesRequest.Builder |
nextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
SearchTablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchTablesRequest.Builder |
searchText(String searchText)
A string used for a text search.
|
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 |
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 |
sortCriteria(SortCriterion... sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchTablesRequest.Builder catalogId(String catalogId)
A unique identifier, consisting of account_id/datalake
.
catalogId
- A unique identifier, consisting of account_id/datalake
.SearchTablesRequest.Builder nextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken
- A continuation token, included if this is a continuation call.SearchTablesRequest.Builder filters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities
matching the predicate.SearchTablesRequest.Builder filters(PropertyPredicate... filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities
matching the predicate.SearchTablesRequest.Builder filters(Consumer<PropertyPredicate.Builder>... filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
SearchTablesRequest.Builder searchText(String searchText)
A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
searchText
- A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
SearchTablesRequest.Builder sortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.SearchTablesRequest.Builder sortCriteria(SortCriterion... sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.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.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #sortCriteria(List)
.sortCriteria
- a consumer that will call methods on List.Builder
#sortCriteria(List)
SearchTablesRequest.Builder maxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults
- The maximum number of tables to return in a single response.SearchTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SearchTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.