Interface DescribeBotReplicaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBotReplicaResponse.Builder,DescribeBotReplicaResponse>,LexModelsV2Response.Builder,SdkBuilder<DescribeBotReplicaResponse.Builder,DescribeBotReplicaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBotReplicaResponse
public static interface DescribeBotReplicaResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeBotReplicaResponse.Builder,DescribeBotReplicaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBotReplicaResponse.BuilderbotId(String botId)The unique bot ID of the replicated bot being monitored.DescribeBotReplicaResponse.BuilderbotReplicaStatus(String botReplicaStatus)The operational status of the replicated bot being monitored.DescribeBotReplicaResponse.BuilderbotReplicaStatus(BotReplicaStatus botReplicaStatus)The operational status of the replicated bot being monitored.DescribeBotReplicaResponse.BuildercreationDateTime(Instant creationDateTime)The creation date and time of the replicated bot being monitored.DescribeBotReplicaResponse.BuilderfailureReasons(String... failureReasons)The failure reasons the bot being monitored failed to replicate.DescribeBotReplicaResponse.BuilderfailureReasons(Collection<String> failureReasons)The failure reasons the bot being monitored failed to replicate.DescribeBotReplicaResponse.BuilderreplicaRegion(String replicaRegion)The region of the replicated bot being monitored.DescribeBotReplicaResponse.BuildersourceRegion(String sourceRegion)The source region of the replicated bot being monitored.-
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
DescribeBotReplicaResponse.Builder botId(String botId)
The unique bot ID of the replicated bot being monitored.
- Parameters:
botId- The unique bot ID of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegion
DescribeBotReplicaResponse.Builder replicaRegion(String replicaRegion)
The region of the replicated bot being monitored.
- Parameters:
replicaRegion- The region of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegion
DescribeBotReplicaResponse.Builder sourceRegion(String sourceRegion)
The source region of the replicated bot being monitored.
- Parameters:
sourceRegion- The source region of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
DescribeBotReplicaResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the replicated bot being monitored.
- Parameters:
creationDateTime- The creation date and time of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botReplicaStatus
DescribeBotReplicaResponse.Builder botReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot being monitored.
- Parameters:
botReplicaStatus- The operational status of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotReplicaStatus,BotReplicaStatus
-
botReplicaStatus
DescribeBotReplicaResponse.Builder botReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot being monitored.
- Parameters:
botReplicaStatus- The operational status of the replicated bot being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotReplicaStatus,BotReplicaStatus
-
failureReasons
DescribeBotReplicaResponse.Builder failureReasons(Collection<String> failureReasons)
The failure reasons the bot being monitored failed to replicate.
- Parameters:
failureReasons- The failure reasons the bot being monitored failed to replicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
DescribeBotReplicaResponse.Builder failureReasons(String... failureReasons)
The failure reasons the bot being monitored failed to replicate.
- Parameters:
failureReasons- The failure reasons the bot being monitored failed to replicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-