Interface BotReplicaSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotReplicaSummary.Builder,
,BotReplicaSummary> SdkBuilder<BotReplicaSummary.Builder,
,BotReplicaSummary> SdkPojo
- Enclosing class:
BotReplicaSummary
public static interface BotReplicaSummary.Builder
extends SdkPojo, CopyableBuilder<BotReplicaSummary.Builder,BotReplicaSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbotReplicaStatus
(String botReplicaStatus) The operation status for the replicated bot applicable.botReplicaStatus
(BotReplicaStatus botReplicaStatus) The operation status for the replicated bot applicable.creationDateTime
(Instant creationDateTime) The creation time and date for the replicated bots.failureReasons
(String... failureReasons) The reasons for the failure for the replicated bot.failureReasons
(Collection<String> failureReasons) The reasons for the failure for the replicated bot.replicaRegion
(String replicaRegion) The replica region used in the replication statuses summary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
replicaRegion
The replica region used in the replication statuses summary.
- Parameters:
replicaRegion
- The replica region used in the replication statuses summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
The creation time and date for the replicated bots.
- Parameters:
creationDateTime
- The creation time and date for the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botReplicaStatus
The operation status for the replicated bot applicable.
- Parameters:
botReplicaStatus
- The operation status for the replicated bot applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botReplicaStatus
The operation status for the replicated bot applicable.
- Parameters:
botReplicaStatus
- The operation status for the replicated bot applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReasons
The reasons for the failure for the replicated bot.
- Parameters:
failureReasons
- The reasons for the failure for the replicated bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
The reasons for the failure for the replicated bot.
- Parameters:
failureReasons
- The reasons for the failure for the replicated bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-