Interface ListBotAliasReplicasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBotAliasReplicasResponse.Builder,ListBotAliasReplicasResponse>,LexModelsV2Response.Builder,SdkBuilder<ListBotAliasReplicasResponse.Builder,ListBotAliasReplicasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBotAliasReplicasResponse
public static interface ListBotAliasReplicasResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotAliasReplicasResponse.Builder,ListBotAliasReplicasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBotAliasReplicasResponse.BuilderbotAliasReplicaSummaries(Collection<BotAliasReplicaSummary> botAliasReplicaSummaries)The summary information of the replicated bot created from the source bot alias.ListBotAliasReplicasResponse.BuilderbotAliasReplicaSummaries(Consumer<BotAliasReplicaSummary.Builder>... botAliasReplicaSummaries)The summary information of the replicated bot created from the source bot alias.ListBotAliasReplicasResponse.BuilderbotAliasReplicaSummaries(BotAliasReplicaSummary... botAliasReplicaSummaries)The summary information of the replicated bot created from the source bot alias.ListBotAliasReplicasResponse.BuilderbotId(String botId)The unique bot ID of the replicated bot created from the source bot alias.ListBotAliasReplicasResponse.BuildernextToken(String nextToken)The next token for the replicated bots created from the source bot alias.ListBotAliasReplicasResponse.BuilderreplicaRegion(String replicaRegion)The secondary region of the replicated bot created from the source bot alias.ListBotAliasReplicasResponse.BuildersourceRegion(String sourceRegion)The source region of the replicated bot created from the source bot alias.-
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
ListBotAliasReplicasResponse.Builder botId(String botId)
The unique bot ID of the replicated bot created from the source bot alias.
- Parameters:
botId- 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.
-
sourceRegion
ListBotAliasReplicasResponse.Builder sourceRegion(String sourceRegion)
The source region of the replicated bot created from the source bot alias.
- Parameters:
sourceRegion- The source 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.
-
replicaRegion
ListBotAliasReplicasResponse.Builder replicaRegion(String replicaRegion)
The secondary region of the replicated bot created from the source bot alias.
- Parameters:
replicaRegion- 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.
-
botAliasReplicaSummaries
ListBotAliasReplicasResponse.Builder botAliasReplicaSummaries(Collection<BotAliasReplicaSummary> botAliasReplicaSummaries)
The summary information of the replicated bot created from the source bot alias.
- Parameters:
botAliasReplicaSummaries- The summary information 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.
-
botAliasReplicaSummaries
ListBotAliasReplicasResponse.Builder botAliasReplicaSummaries(BotAliasReplicaSummary... botAliasReplicaSummaries)
The summary information of the replicated bot created from the source bot alias.
- Parameters:
botAliasReplicaSummaries- The summary information 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.
-
botAliasReplicaSummaries
ListBotAliasReplicasResponse.Builder botAliasReplicaSummaries(Consumer<BotAliasReplicaSummary.Builder>... botAliasReplicaSummaries)
The summary information of the replicated bot created from the source bot alias.
This is a convenience method that creates an instance of theBotAliasReplicaSummary.Builderavoiding the need to create one manually viaBotAliasReplicaSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#botAliasReplicaSummaries(List.) - Parameters:
botAliasReplicaSummaries- a consumer that will call methods onBotAliasReplicaSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#botAliasReplicaSummaries(java.util.Collection)
-
nextToken
ListBotAliasReplicasResponse.Builder nextToken(String nextToken)
The next token for the replicated bots created from the source bot alias.
- Parameters:
nextToken- The next token for the replicated bots created from the source bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-