Interface SearchTablesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchTablesRequest.Builder,
,SearchTablesRequest> GlueRequest.Builder
,SdkBuilder<SearchTablesRequest.Builder,
,SearchTablesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchTablesRequest
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier, consisting ofaccount_id
.filters
(Collection<PropertyPredicate> filters) A list of key-value pairs, and a comparator used to filter the search results.filters
(Consumer<PropertyPredicate.Builder>... filters) A list of key-value pairs, and a comparator used to filter the search results.filters
(PropertyPredicate... filters) A list of key-value pairs, and a comparator used to filter the search results.includeStatusDetails
(Boolean includeStatusDetails) Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.maxResults
(Integer maxResults) The maximum number of tables to return in a single response.A continuation token, included if this is a continuation call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceShareType
(String resourceShareType) Allows you to specify that you want to search the tables shared with your account.resourceShareType
(ResourceShareType resourceShareType) Allows you to specify that you want to search the tables shared with your account.searchText
(String searchText) A string used for a text search.sortCriteria
(Collection<SortCriterion> sortCriteria) A list of criteria for sorting the results by a field name, in an ascending or descending order.sortCriteria
(Consumer<SortCriterion.Builder>... sortCriteria) A list of criteria for sorting the results by a field name, in an ascending or descending order.sortCriteria
(SortCriterion... sortCriteria) A list of criteria for sorting the results by a field name, in an ascending or descending order.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
A unique identifier, consisting of
account_id
.- Parameters:
catalogId
- A unique identifier, consisting ofaccount_id
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, included if this is a continuation call.
- Parameters:
nextToken
- A continuation token, included if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
The
Comparator
member of thePropertyPredicate
struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as whenKey=Name
, a fuzzy match algorithm is used. TheKey
field (for example, the value of theName
field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with theValue
member ofPropertyPredicate
. For example, ifKey=Name
andValue=link
, tables namedcustomer-link
andxx-link-yy
are returned, butxxlinkyy
is not returned.- Parameters:
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.The
Comparator
member of thePropertyPredicate
struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as whenKey=Name
, a fuzzy match algorithm is used. TheKey
field (for example, the value of theName
field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with theValue
member ofPropertyPredicate
. For example, ifKey=Name
andValue=link
, tables namedcustomer-link
andxx-link-yy
are returned, butxxlinkyy
is not returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
The
Comparator
member of thePropertyPredicate
struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as whenKey=Name
, a fuzzy match algorithm is used. TheKey
field (for example, the value of theName
field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with theValue
member ofPropertyPredicate
. For example, ifKey=Name
andValue=link
, tables namedcustomer-link
andxx-link-yy
are returned, butxxlinkyy
is not returned.- Parameters:
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.The
Comparator
member of thePropertyPredicate
struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as whenKey=Name
, a fuzzy match algorithm is used. TheKey
field (for example, the value of theName
field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with theValue
member ofPropertyPredicate
. For example, ifKey=Name
andValue=link
, tables namedcustomer-link
andxx-link-yy
are returned, butxxlinkyy
is not returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
The
This is a convenience method that creates an instance of theComparator
member of thePropertyPredicate
struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as whenKey=Name
, a fuzzy match algorithm is used. TheKey
field (for example, the value of theName
field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with theValue
member ofPropertyPredicate
. For example, ifKey=Name
andValue=link
, tables namedcustomer-link
andxx-link-yy
are returned, butxxlinkyy
is not returned.PropertyPredicate.Builder
avoiding the need to create one manually viaPropertyPredicate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<PropertyPredicate>)
.- Parameters:
filters
- a consumer that will call methods onPropertyPredicate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchText
A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
- Parameters:
searchText
- A string used for a text search.Specifying a value in quotes filters based on an exact match to the value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
A list of criteria for sorting the results by a field name, in an ascending or descending order.
- Parameters:
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
A list of criteria for sorting the results by a field name, in an ascending or descending order.
- Parameters:
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
A list of criteria for sorting the results by a field name, in an ascending or descending order.
This is a convenience method that creates an instance of theSortCriterion.Builder
avoiding the need to create one manually viaSortCriterion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortCriteria(List<SortCriterion>)
.- Parameters:
sortCriteria
- a consumer that will call methods onSortCriterion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of tables to return in a single response.
- Parameters:
maxResults
- The maximum number of tables to return in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeStatusDetails
Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
- Parameters:
includeStatusDetails
- Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-