Interface SearchDataTablesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<SearchDataTablesRequest.Builder,,SearchDataTablesRequest> SdkBuilder<SearchDataTablesRequest.Builder,,SearchDataTablesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SearchDataTablesRequest
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId(String instanceId) The unique identifier for the Amazon Connect instance to search within.maxResults(Integer maxResults) The maximum number of data tables to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default SearchDataTablesRequest.BuildersearchCriteria(Consumer<DataTableSearchCriteria.Builder> searchCriteria) Search criteria including string conditions for matching table names, descriptions, or resource IDs.searchCriteria(DataTableSearchCriteria searchCriteria) Search criteria including string conditions for matching table names, descriptions, or resource IDs.default SearchDataTablesRequest.BuildersearchFilter(Consumer<DataTableSearchFilter.Builder> searchFilter) Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.searchFilter(DataTableSearchFilter searchFilter) Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The unique identifier for the Amazon Connect instance to search within.
- Parameters:
instanceId- The unique identifier for the Amazon Connect instance to search within.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of data tables to return in one page of results.
- Parameters:
maxResults- The maximum number of data tables to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchFilter
Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
- Parameters:
searchFilter- Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchFilter
default SearchDataTablesRequest.Builder searchFilter(Consumer<DataTableSearchFilter.Builder> searchFilter) Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
This is a convenience method that creates an instance of theDataTableSearchFilter.Builderavoiding the need to create one manually viaDataTableSearchFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosearchFilter(DataTableSearchFilter).- Parameters:
searchFilter- a consumer that will call methods onDataTableSearchFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchCriteria
Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.
- Parameters:
searchCriteria- Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchCriteria
default SearchDataTablesRequest.Builder searchCriteria(Consumer<DataTableSearchCriteria.Builder> searchCriteria) Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.
This is a convenience method that creates an instance of theDataTableSearchCriteria.Builderavoiding the need to create one manually viaDataTableSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosearchCriteria(DataTableSearchCriteria).- Parameters:
searchCriteria- a consumer that will call methods onDataTableSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SearchDataTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchDataTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-