public static interface CreateAddressBookRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateAddressBookRequest.Builder,CreateAddressBookRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAddressBookRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
CreateAddressBookRequest.Builder |
description(String description)
The description of the address book.
|
CreateAddressBookRequest.Builder |
name(String name)
The name of the address book.
|
CreateAddressBookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAddressBookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAddressBookRequest.Builder |
tags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateAddressBookRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource.
|
CreateAddressBookRequest.Builder |
tags(Tag... tags)
The tags to be added to the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAddressBookRequest.Builder name(String name)
The name of the address book.
name - The name of the address book.CreateAddressBookRequest.Builder description(String description)
The description of the address book.
description - The description of the address book.CreateAddressBookRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.CreateAddressBookRequest.Builder tags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateAddressBookRequest.Builder tags(Tag... tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateAddressBookRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource. Do not provide system tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAddressBookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.