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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotReplicaSummary.BuilderbotReplicaStatus(String botReplicaStatus)The operation status for the replicated bot applicable.BotReplicaSummary.BuilderbotReplicaStatus(BotReplicaStatus botReplicaStatus)The operation status for the replicated bot applicable.BotReplicaSummary.BuildercreationDateTime(Instant creationDateTime)The creation time and date for the replicated bots.BotReplicaSummary.BuilderfailureReasons(String... failureReasons)The reasons for the failure for the replicated bot.BotReplicaSummary.BuilderfailureReasons(Collection<String> failureReasons)The reasons for the failure for the replicated bot.BotReplicaSummary.BuilderreplicaRegion(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 Detail
-
replicaRegion
BotReplicaSummary.Builder replicaRegion(String 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
BotReplicaSummary.Builder creationDateTime(Instant 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
BotReplicaSummary.Builder botReplicaStatus(String 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,BotReplicaStatus
-
botReplicaStatus
BotReplicaSummary.Builder botReplicaStatus(BotReplicaStatus 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,BotReplicaStatus
-
failureReasons
BotReplicaSummary.Builder failureReasons(Collection<String> 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
BotReplicaSummary.Builder failureReasons(String... 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.
-
-