Interface ListBotAliasReplicasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBotAliasReplicasRequest.Builder,ListBotAliasReplicasRequest>,LexModelsV2Request.Builder,SdkBuilder<ListBotAliasReplicasRequest.Builder,ListBotAliasReplicasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBotAliasReplicasRequest
public static interface ListBotAliasReplicasRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotAliasReplicasRequest.Builder,ListBotAliasReplicasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBotAliasReplicasRequest.BuilderbotId(String botId)The request for the unique bot ID of the replicated bot created from the source bot alias.ListBotAliasReplicasRequest.BuildermaxResults(Integer maxResults)The request for maximum results to list the replicated bots created from the source bot alias.ListBotAliasReplicasRequest.BuildernextToken(String nextToken)The request for the next token for the replicated bot created from the source bot alias.ListBotAliasReplicasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotAliasReplicasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBotAliasReplicasRequest.BuilderreplicaRegion(String replicaRegion)The request for the secondary region of the replicated bot created from the source bot alias.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
ListBotAliasReplicasRequest.Builder botId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
- Parameters:
botId- The request for the unique bot ID of the replicated bot created from the source bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegion
ListBotAliasReplicasRequest.Builder replicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
- Parameters:
replicaRegion- The request for the secondary region of the replicated bot created from the source bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBotAliasReplicasRequest.Builder maxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
- Parameters:
maxResults- The request for maximum results to list the replicated bots created from the source bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBotAliasReplicasRequest.Builder nextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
- Parameters:
nextToken- The request for the next token for the replicated bot created from the source bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBotAliasReplicasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBotAliasReplicasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-