Interface BotVersionReplicaSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotVersionReplicaSummary.Builder,BotVersionReplicaSummary>,SdkBuilder<BotVersionReplicaSummary.Builder,BotVersionReplicaSummary>,SdkPojo
- Enclosing class:
- BotVersionReplicaSummary
public static interface BotVersionReplicaSummary.Builder extends SdkPojo, CopyableBuilder<BotVersionReplicaSummary.Builder,BotVersionReplicaSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotVersionReplicaSummary.BuilderbotVersion(String botVersion)The bot version for the summary information for all the version replication statuses.BotVersionReplicaSummary.BuilderbotVersionReplicationStatus(String botVersionReplicationStatus)The version replication status for all the replicated bots.BotVersionReplicaSummary.BuilderbotVersionReplicationStatus(BotVersionReplicationStatus botVersionReplicationStatus)The version replication status for all the replicated bots.BotVersionReplicaSummary.BuildercreationDateTime(Instant creationDateTime)The creation date and time of the replication status for all the replicated bots.BotVersionReplicaSummary.BuilderfailureReasons(String... failureReasons)The reasons for replication failure for all the replicated bots.BotVersionReplicaSummary.BuilderfailureReasons(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, sdkFields
-
-
-
-
Method Detail
-
botVersion
BotVersionReplicaSummary.Builder botVersion(String 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
BotVersionReplicaSummary.Builder botVersionReplicationStatus(String 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,BotVersionReplicationStatus
-
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:
BotVersionReplicationStatus,BotVersionReplicationStatus
-
creationDateTime
BotVersionReplicaSummary.Builder creationDateTime(Instant 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
BotVersionReplicaSummary.Builder failureReasons(Collection<String> 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
BotVersionReplicaSummary.Builder failureReasons(String... 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.
-
-