public static interface RegionInfo.Builder extends SdkPojo, CopyableBuilder<RegionInfo.Builder,RegionInfo>
| Modifier and Type | Method and Description |
|---|---|
RegionInfo.Builder |
sseKmsKeyId(String sseKmsKeyId)
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
|
RegionInfo.Builder |
status(RegionStatus status)
The status of the Amazon Web Services Region in the replication set.
|
RegionInfo.Builder |
status(String status)
The status of the Amazon Web Services Region in the replication set.
|
RegionInfo.Builder |
statusMessage(String statusMessage)
Information displayed about the status of the Amazon Web Services Region.
|
RegionInfo.Builder |
statusUpdateDateTime(Instant statusUpdateDateTime)
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegionInfo.Builder sseKmsKeyId(String sseKmsKeyId)
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
sseKmsKeyId - The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.RegionInfo.Builder status(String status)
The status of the Amazon Web Services Region in the replication set.
status - The status of the Amazon Web Services Region in the replication set.RegionStatus,
RegionStatusRegionInfo.Builder status(RegionStatus status)
The status of the Amazon Web Services Region in the replication set.
status - The status of the Amazon Web Services Region in the replication set.RegionStatus,
RegionStatusRegionInfo.Builder statusMessage(String statusMessage)
Information displayed about the status of the Amazon Web Services Region.
statusMessage - Information displayed about the status of the Amazon Web Services Region.RegionInfo.Builder statusUpdateDateTime(Instant statusUpdateDateTime)
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
statusUpdateDateTime - The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.Copyright © 2023. All rights reserved.