Interface ReplicationSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationSet.Builder,
,ReplicationSet> SdkBuilder<ReplicationSet.Builder,
,ReplicationSet> SdkPojo
- Enclosing class:
ReplicationSet
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the replication set.Details about who created the replication set.createdTime
(Instant createdTime) When the replication set was created.deletionProtected
(Boolean deletionProtected) Determines if the replication set deletion protection is enabled or not.lastModifiedBy
(String lastModifiedBy) Who last modified the replication set.lastModifiedTime
(Instant lastModifiedTime) When the replication set was last updated.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.The status of the replication set.status
(ReplicationSetStatus status) The status of the replication set.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
-
arn
The Amazon Resource Name (ARN) of the replication set.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Details about who created the replication set.
- Parameters:
createdBy
- Details about who created the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
When the replication set was created.
- Parameters:
createdTime
- When the replication set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
Who last modified the replication set.
- Parameters:
lastModifiedBy
- Who last modified the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
When the replication set was last updated.
- Parameters:
lastModifiedTime
- When the replication set was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.
- Parameters:
status
- The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.
- Parameters:
status
- The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-