Interface ListBotVersionReplicasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>,LexModelsV2Request.Builder,SdkBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBotVersionReplicasRequest
public static interface ListBotVersionReplicasRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>
-
-
Method Summary
-
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
ListBotVersionReplicasRequest.Builder botId(String botId)
The request for the unique ID in the list of replicated bots.
- Parameters:
botId- The request for the unique ID in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegion
ListBotVersionReplicasRequest.Builder replicaRegion(String replicaRegion)
The request for the region used in the list of replicated bots.
- Parameters:
replicaRegion- The request for the region used in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBotVersionReplicasRequest.Builder maxResults(Integer maxResults)
The maximum results given in the list of replicated bots.
- Parameters:
maxResults- The maximum results given in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBotVersionReplicasRequest.Builder nextToken(String nextToken)
The next token given in the list of replicated bots.
- Parameters:
nextToken- The next token given in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListBotVersionReplicasRequest.Builder sortBy(BotVersionReplicaSortBy sortBy)
The requested sort category for the list of replicated bots.
- Parameters:
sortBy- The requested sort category for the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
default ListBotVersionReplicasRequest.Builder sortBy(Consumer<BotVersionReplicaSortBy.Builder> sortBy)
The requested sort category for the list of replicated bots.
This is a convenience method that creates an instance of theBotVersionReplicaSortBy.Builderavoiding the need to create one manually viaBotVersionReplicaSortBy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortBy(BotVersionReplicaSortBy).- Parameters:
sortBy- a consumer that will call methods onBotVersionReplicaSortBy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sortBy(BotVersionReplicaSortBy)
-
overrideConfiguration
ListBotVersionReplicasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBotVersionReplicasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-