public static interface CreateAppInstanceBotRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceBotRequest.Builder,CreateAppInstanceBotRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppInstanceBotRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the AppInstance request.
appInstanceArn - The ARN of the AppInstance request.CreateAppInstanceBotRequest.Builder name(String name)
The user's name.
name - The user's name.CreateAppInstanceBotRequest.Builder metadata(String metadata)
The request metadata. Limited to a 1KB string in UTF-8.
metadata - The request metadata. Limited to a 1KB string in UTF-8.CreateAppInstanceBotRequest.Builder clientRequestToken(String clientRequestToken)
The unique ID for the client making the request. Use different tokens for different
AppInstanceBots.
clientRequestToken - The unique ID for the client making the request. Use different tokens for different
AppInstanceBots.CreateAppInstanceBotRequest.Builder tags(Collection<Tag> tags)
The tags assigned to the AppInstanceBot.
tags - The tags assigned to the AppInstanceBot.CreateAppInstanceBotRequest.Builder tags(Tag... tags)
The tags assigned to the AppInstanceBot.
tags - The tags assigned to the AppInstanceBot.CreateAppInstanceBotRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the AppInstanceBot.
Tag.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) CreateAppInstanceBotRequest.Builder configuration(Configuration configuration)
Configuration information about the Amazon Lex V2 V2 bot.
configuration - Configuration information about the Amazon Lex V2 V2 bot.default CreateAppInstanceBotRequest.Builder configuration(Consumer<Configuration.Builder> configuration)
Configuration information about the Amazon Lex V2 V2 bot.
This is a convenience method that creates an instance of theConfiguration.Builder avoiding the need
to create one manually via Configuration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(Configuration).
configuration - a consumer that will call methods on Configuration.Builderconfiguration(Configuration)CreateAppInstanceBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppInstanceBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.