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
Modifier and TypeMethodDescriptionThe request for the unique bot ID of the replicated bot created from the source bot alias.maxResults
(Integer maxResults) The request for maximum results to list the replicated bots created from the source bot alias.The request for the next token for the replicated bot created from the source bot alias.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicaRegion
(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 Details
-
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
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
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
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) 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
ListBotAliasReplicasRequest.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.
-