Interface BotVersionReplicaSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotVersionReplicaSummary.Builder,
,BotVersionReplicaSummary> SdkBuilder<BotVersionReplicaSummary.Builder,
,BotVersionReplicaSummary> SdkPojo
- Enclosing class:
BotVersionReplicaSummary
@Mutable
@NotThreadSafe
public static interface BotVersionReplicaSummary.Builder
extends SdkPojo, CopyableBuilder<BotVersionReplicaSummary.Builder,BotVersionReplicaSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbotVersion
(String botVersion) The bot version for the summary information for all the version replication statuses.botVersionReplicationStatus
(String botVersionReplicationStatus) The version replication status for all the replicated bots.botVersionReplicationStatus
(BotVersionReplicationStatus botVersionReplicationStatus) The version replication status for all the replicated bots.creationDateTime
(Instant creationDateTime) The creation date and time of the replication status for all the replicated bots.failureReasons
(String... failureReasons) The reasons for replication failure for all the replicated bots.failureReasons
(Collection<String> failureReasons) The reasons for replication failure for all the replicated bots.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, sdkFieldNameToField, sdkFields
-
Method Details
-
botVersion
The bot version for the summary information for all the version replication statuses.
- Parameters:
botVersion
- The bot version for the summary information for all the version replication statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersionReplicationStatus
The version replication status for all the replicated bots.
- Parameters:
botVersionReplicationStatus
- The version replication status for all the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botVersionReplicationStatus
BotVersionReplicaSummary.Builder botVersionReplicationStatus(BotVersionReplicationStatus botVersionReplicationStatus) The version replication status for all the replicated bots.
- Parameters:
botVersionReplicationStatus
- The version replication status for all the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDateTime
The creation date and time of the replication status for all the replicated bots.
- Parameters:
creationDateTime
- The creation date and time of the replication status for all the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
The reasons for replication failure for all the replicated bots.
- Parameters:
failureReasons
- The reasons for replication failure for all the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
The reasons for replication failure for all the replicated bots.
- Parameters:
failureReasons
- The reasons for replication failure for all the replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-