Interface ListBotVersionReplicasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBotVersionReplicasResponse.Builder,ListBotVersionReplicasResponse>,LexModelsV2Response.Builder,SdkBuilder<ListBotVersionReplicasResponse.Builder,ListBotVersionReplicasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBotVersionReplicasResponse
public static interface ListBotVersionReplicasResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotVersionReplicasResponse.Builder,ListBotVersionReplicasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBotVersionReplicasResponse.BuilderbotId(String botId)The unique ID of the bots in the list of replicated bots.ListBotVersionReplicasResponse.BuilderbotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)The information summary used for the replicated bots in the list of replicated bots.ListBotVersionReplicasResponse.BuilderbotVersionReplicaSummaries(Consumer<BotVersionReplicaSummary.Builder>... botVersionReplicaSummaries)The information summary used for the replicated bots in the list of replicated bots.ListBotVersionReplicasResponse.BuilderbotVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)The information summary used for the replicated bots in the list of replicated bots.ListBotVersionReplicasResponse.BuildernextToken(String nextToken)The next token used for the replicated bots in the list of replicated bots.ListBotVersionReplicasResponse.BuilderreplicaRegion(String replicaRegion)The region used for the replicated bots in the list of replicated bots.ListBotVersionReplicasResponse.BuildersourceRegion(String sourceRegion)The source region used for the bots in the list of replicated bots.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botId
ListBotVersionReplicasResponse.Builder botId(String botId)
The unique ID of the bots in the list of replicated bots.
- Parameters:
botId- The unique ID of the bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegion
ListBotVersionReplicasResponse.Builder sourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
- Parameters:
sourceRegion- The source region used for the bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegion
ListBotVersionReplicasResponse.Builder replicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
- Parameters:
replicaRegion- The region used for the replicated bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersionReplicaSummaries
ListBotVersionReplicasResponse.Builder botVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
- Parameters:
botVersionReplicaSummaries- The information summary used for the replicated bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersionReplicaSummaries
ListBotVersionReplicasResponse.Builder botVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
- Parameters:
botVersionReplicaSummaries- The information summary used for the replicated bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersionReplicaSummaries
ListBotVersionReplicasResponse.Builder botVersionReplicaSummaries(Consumer<BotVersionReplicaSummary.Builder>... botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
This is a convenience method that creates an instance of theBotVersionReplicaSummary.Builderavoiding the need to create one manually viaBotVersionReplicaSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#botVersionReplicaSummaries(List.) - Parameters:
botVersionReplicaSummaries- a consumer that will call methods onBotVersionReplicaSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#botVersionReplicaSummaries(java.util.Collection)
-
nextToken
ListBotVersionReplicasResponse.Builder nextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
- Parameters:
nextToken- The next token used for the replicated bots in the list of replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-