Interface SearchAddressBooksResponse.Builder
- All Superinterfaces:
AlexaForBusinessResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<SearchAddressBooksResponse.Builder,
,SearchAddressBooksResponse> SdkBuilder<SearchAddressBooksResponse.Builder,
,SearchAddressBooksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchAddressBooksResponse
public static interface SearchAddressBooksResponse.Builder
extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchAddressBooksResponse.Builder,SearchAddressBooksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaddressBooks
(Collection<AddressBookData> addressBooks) The address books that meet the specified set of filter criteria, in sort order.addressBooks
(Consumer<AddressBookData.Builder>... addressBooks) The address books that meet the specified set of filter criteria, in sort order.addressBooks
(AddressBookData... addressBooks) The address books that meet the specified set of filter criteria, in sort order.The token returned to indicate that there is more data available.totalCount
(Integer totalCount) The total number of address books returned.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
addressBooks
The address books that meet the specified set of filter criteria, in sort order.
- Parameters:
addressBooks
- The address books that meet the specified set of filter criteria, in sort order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressBooks
The address books that meet the specified set of filter criteria, in sort order.
- Parameters:
addressBooks
- The address books that meet the specified set of filter criteria, in sort order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressBooks
The address books that meet the specified set of filter criteria, in sort order.
This is a convenience method that creates an instance of theAddressBookData.Builder
avoiding the need to create one manually viaAddressBookData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaddressBooks(List<AddressBookData>)
.- Parameters:
addressBooks
- a consumer that will call methods onAddressBookData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token returned to indicate that there is more data available.
- Parameters:
nextToken
- The token returned to indicate that there is more data available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalCount
The total number of address books returned.
- Parameters:
totalCount
- The total number of address books returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-