Interface CreateAppInstanceBotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkIdentityRequest.Builder
,CopyableBuilder<CreateAppInstanceBotRequest.Builder,
,CreateAppInstanceBotRequest> SdkBuilder<CreateAppInstanceBotRequest.Builder,
,CreateAppInstanceBotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAppInstanceBotRequest
@Mutable
@NotThreadSafe
public static interface CreateAppInstanceBotRequest.Builder
extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceBotRequest.Builder,CreateAppInstanceBotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn
(String appInstanceArn) The ARN of theAppInstance
request.clientRequestToken
(String clientRequestToken) The unique ID for the client making the request.configuration
(Consumer<Configuration.Builder> configuration) Configuration information about the Amazon Lex V2 V2 bot.configuration
(Configuration configuration) Configuration information about the Amazon Lex V2 V2 bot.The request metadata.The user's name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) The tags assigned to theAppInstanceBot
.tags
(Consumer<Tag.Builder>... tags) The tags assigned to theAppInstanceBot
.The tags assigned to theAppInstanceBot
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityRequest.Builder
build
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, sdkFieldNameToField, sdkFields
-
Method Details
-
appInstanceArn
The ARN of the
AppInstance
request.- Parameters:
appInstanceArn
- The ARN of theAppInstance
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The user's name.
- Parameters:
name
- The user's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The request metadata. Limited to a 1KB string in UTF-8.
- Parameters:
metadata
- The request metadata. Limited to a 1KB string in UTF-8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
The unique ID for the client making the request. Use different tokens for different
AppInstanceBots
.- Parameters:
clientRequestToken
- The unique ID for the client making the request. Use different tokens for differentAppInstanceBots
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the
AppInstanceBot
.- Parameters:
tags
- The tags assigned to theAppInstanceBot
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the
AppInstanceBot
.- Parameters:
tags
- The tags assigned to theAppInstanceBot
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the
This is a convenience method that creates an instance of theAppInstanceBot
.Tag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configuration
Configuration information about the Amazon Lex V2 V2 bot.
- Parameters:
configuration
- Configuration information about the Amazon Lex V2 V2 bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
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 viaConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguration(Configuration)
.- Parameters:
configuration
- a consumer that will call methods onConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateAppInstanceBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAppInstanceBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-