Interface DescribeBotReplicaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBotReplicaResponse.Builder,
,DescribeBotReplicaResponse> LexModelsV2Response.Builder
,SdkBuilder<DescribeBotReplicaResponse.Builder,
,DescribeBotReplicaResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBotReplicaResponse
@Mutable
@NotThreadSafe
public static interface DescribeBotReplicaResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeBotReplicaResponse.Builder,DescribeBotReplicaResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique bot ID of the replicated bot being monitored.botReplicaStatus
(String botReplicaStatus) The operational status of the replicated bot being monitored.botReplicaStatus
(BotReplicaStatus botReplicaStatus) The operational status of the replicated bot being monitored.creationDateTime
(Instant creationDateTime) The creation date and time of the replicated bot being monitored.failureReasons
(String... failureReasons) The failure reasons the bot being monitored failed to replicate.failureReasons
(Collection<String> failureReasons) The failure reasons the bot being monitored failed to replicate.replicaRegion
(String replicaRegion) The region of the replicated bot being monitored.sourceRegion
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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
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:
-
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
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.
-