public static interface ReplicationSet.Builder extends SdkPojo, CopyableBuilder<ReplicationSet.Builder,ReplicationSet>
| Modifier and Type | Method and Description |
|---|---|
ReplicationSet.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the replication set.
|
ReplicationSet.Builder |
createdBy(String createdBy)
Details about who created the replication set.
|
ReplicationSet.Builder |
createdTime(Instant createdTime)
When the replication set was created.
|
ReplicationSet.Builder |
deletionProtected(Boolean deletionProtected)
Determines if the replication set deletion protection is enabled or not.
|
ReplicationSet.Builder |
lastModifiedBy(String lastModifiedBy)
Who last modified the replication set.
|
ReplicationSet.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the replication set was last updated.
|
ReplicationSet.Builder |
regionMap(Map<String,RegionInfo> regionMap)
The map between each Amazon Web Services Region in your replication set and the KMS key that's used to
encrypt the data in that Region.
|
ReplicationSet.Builder |
status(ReplicationSetStatus status)
The status of the replication set.
|
ReplicationSet.Builder |
status(String status)
The status of the replication set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationSet.Builder arn(String arn)
The Amazon Resource Name (ARN) of the replication set.
arn - The Amazon Resource Name (ARN) of the replication set.ReplicationSet.Builder createdBy(String createdBy)
Details about who created the replication set.
createdBy - Details about who created the replication set.ReplicationSet.Builder createdTime(Instant createdTime)
When the replication set was created.
createdTime - When the replication set was created.ReplicationSet.Builder deletionProtected(Boolean deletionProtected)
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Amazon Web Services Region in the replication set.
deletionProtected - Determines if the replication set deletion protection is enabled or not. If deletion protection is
enabled, you can't delete the last Amazon Web Services Region in the replication set.ReplicationSet.Builder lastModifiedBy(String lastModifiedBy)
Who last modified the replication set.
lastModifiedBy - Who last modified the replication set.ReplicationSet.Builder lastModifiedTime(Instant lastModifiedTime)
When the replication set was last updated.
lastModifiedTime - When the replication set was last updated.ReplicationSet.Builder regionMap(Map<String,RegionInfo> regionMap)
The map between each Amazon Web Services Region in your replication set and the KMS key that's used to encrypt the data in that Region.
regionMap - The map between each Amazon Web Services Region in your replication set and the KMS key that's used to
encrypt the data in that Region.ReplicationSet.Builder status(String status)
The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.
status - The status of the replication set. If the replication set is still pending, you can't use Incident
Manager functionality.ReplicationSetStatus,
ReplicationSetStatusReplicationSet.Builder status(ReplicationSetStatus status)
The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.
status - The status of the replication set. If the replication set is still pending, you can't use Incident
Manager functionality.ReplicationSetStatus,
ReplicationSetStatusCopyright © 2023. All rights reserved.