Interface CreateAppInstanceBotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkIdentityRequest.Builder,CopyableBuilder<CreateAppInstanceBotRequest.Builder,CreateAppInstanceBotRequest>,SdkBuilder<CreateAppInstanceBotRequest.Builder,CreateAppInstanceBotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAppInstanceBotRequest
public static interface CreateAppInstanceBotRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceBotRequest.Builder,CreateAppInstanceBotRequest>
-
-
Method Summary
-
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 Detail
-
appInstanceArn
CreateAppInstanceBotRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the
AppInstancerequest.- Parameters:
appInstanceArn- The ARN of theAppInstancerequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAppInstanceBotRequest.Builder name(String 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
CreateAppInstanceBotRequest.Builder metadata(String 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
CreateAppInstanceBotRequest.Builder clientRequestToken(String 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
CreateAppInstanceBotRequest.Builder tags(Collection<Tag> 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
CreateAppInstanceBotRequest.Builder tags(Tag... 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
CreateAppInstanceBotRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the
This is a convenience method that creates an instance of theAppInstanceBot.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
configuration
CreateAppInstanceBotRequest.Builder configuration(Configuration 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.Builderavoiding the need to create one manually viaConfiguration.builder().When the
Consumercompletes,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:
configuration(Configuration)
-
overrideConfiguration
CreateAppInstanceBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAppInstanceBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-