@Generated(value="software.amazon.awssdk:codegen") public final class RegionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegionInfo.Builder,RegionInfo>
Information about a Amazon Web Services Region in your replication set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegionInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegionInfo.Builder> |
serializableBuilderClass() |
String |
sseKmsKeyId()
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
|
RegionStatus |
status()
The status of the Amazon Web Services Region in the replication set.
|
String |
statusAsString()
The status of the Amazon Web Services Region in the replication set.
|
String |
statusMessage()
Information displayed about the status of the Amazon Web Services Region.
|
Instant |
statusUpdateDateTime()
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
|
RegionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sseKmsKeyId()
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
public final RegionStatus status()
The status of the Amazon Web Services Region in the replication set.
If the service returns an enum value that is not available in the current SDK version, status will
return RegionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegionStatuspublic final String statusAsString()
The status of the Amazon Web Services Region in the replication set.
If the service returns an enum value that is not available in the current SDK version, status will
return RegionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegionStatuspublic final String statusMessage()
Information displayed about the status of the Amazon Web Services Region.
public final Instant statusUpdateDateTime()
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
public RegionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegionInfo.Builder,RegionInfo>public static RegionInfo.Builder builder()
public static Class<? extends RegionInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.