public static interface SearchAddressBooksRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<SearchAddressBooksRequest.Builder,SearchAddressBooksRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchAddressBooksRequest.Builder |
filters(Collection<Filter> filters)
The filters to use to list a specified set of address books.
|
SearchAddressBooksRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of address books.
|
SearchAddressBooksRequest.Builder |
filters(Filter... filters)
The filters to use to list a specified set of address books.
|
SearchAddressBooksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchAddressBooksRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
SearchAddressBooksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchAddressBooksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchAddressBooksRequest.Builder |
sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of address books.
|
SearchAddressBooksRequest.Builder |
sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of address books.
|
SearchAddressBooksRequest.Builder |
sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of address books.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAddressBooksRequest.Builder filters(Collection<Filter> filters)
The filters to use to list a specified set of address books. The supported filter key is AddressBookName.
filters - The filters to use to list a specified set of address books. The supported filter key is
AddressBookName.SearchAddressBooksRequest.Builder filters(Filter... filters)
The filters to use to list a specified set of address books. The supported filter key is AddressBookName.
filters - The filters to use to list a specified set of address books. The supported filter key is
AddressBookName.SearchAddressBooksRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of address books. The supported filter key is AddressBookName.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) SearchAddressBooksRequest.Builder sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName.
sortCriteria - The sort order to use in listing the specified set of address books. The supported sort key is
AddressBookName.SearchAddressBooksRequest.Builder sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName.
sortCriteria - The sort order to use in listing the specified set of address books. The supported sort key is
AddressBookName.SearchAddressBooksRequest.Builder sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName.
This is a convenience method that creates an instance of theSort.Builder avoiding the need to create one
manually via Sort.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #sortCriteria(List.
sortCriteria - a consumer that will call methods on
Sort.Builder#sortCriteria(java.util.Collection) SearchAddressBooksRequest.Builder nextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response only includes results beyond the token, up to the
value specified by MaxResults.SearchAddressBooksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.SearchAddressBooksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchAddressBooksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.