Class ReplicaSpecificationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.keyspaces.model.ReplicaSpecificationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ReplicaSpecificationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>
The Region-specific settings of a multi-Region table in the specified Amazon Web Services Region.
If the multi-Region table is using provisioned capacity and has optional auto scaling policies configured, note that the Region specific summary returns both read and write capacity settings. But only Region specific read capacity settings can be configured for a multi-Region table. In a multi-Region table, your write capacity units will be synced across all Amazon Web Services Regions to ensure that there is enough capacity to replicate write events across Regions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicaSpecificationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicaSpecificationSummary.Builderbuilder()CapacitySpecificationSummarycapacitySpecification()Returns the value of the CapacitySpecification property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The Amazon Web Services Region.List<SdkField<?>>sdkFields()static Class<? extends ReplicaSpecificationSummary.Builder>serializableBuilderClass()TableStatusstatus()The status of the multi-Region table in the specified Amazon Web Services Region.StringstatusAsString()The status of the multi-Region table in the specified Amazon Web Services Region.ReplicaSpecificationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
region
public final String region()
The Amazon Web Services Region.
- Returns:
- The Amazon Web Services Region.
-
status
public final TableStatus status()
The status of the multi-Region table in the specified Amazon Web Services Region.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTableStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the multi-Region table in the specified Amazon Web Services Region.
- See Also:
TableStatus
-
statusAsString
public final String statusAsString()
The status of the multi-Region table in the specified Amazon Web Services Region.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTableStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the multi-Region table in the specified Amazon Web Services Region.
- See Also:
TableStatus
-
capacitySpecification
public final CapacitySpecificationSummary capacitySpecification()
Returns the value of the CapacitySpecification property for this object.- Returns:
- The value of the CapacitySpecification property for this object.
-
toBuilder
public ReplicaSpecificationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>
-
builder
public static ReplicaSpecificationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicaSpecificationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-