Class AwsDynamoDbTableReplica
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableReplica
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsDynamoDbTableReplica.Builder,AwsDynamoDbTableReplica>
@Generated("software.amazon.awssdk:codegen") public final class AwsDynamoDbTableReplica extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableReplica.Builder,AwsDynamoDbTableReplica>
Information about a replica of a DynamoDB table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsDynamoDbTableReplica.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsDynamoDbTableReplica.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<AwsDynamoDbTableReplicaGlobalSecondaryIndex>globalSecondaryIndexes()List of global secondary indexes for the replica.booleanhasGlobalSecondaryIndexes()For responses, this returns true if the service returned a value for the GlobalSecondaryIndexes property.inthashCode()StringkmsMasterKeyId()The identifier of the KMS key that will be used for KMS encryption for the replica.AwsDynamoDbTableProvisionedThroughputOverrideprovisionedThroughputOverride()Replica-specific configuration for the provisioned throughput.StringregionName()The name of the Region where the replica is located.StringreplicaStatus()The current status of the replica.StringreplicaStatusDescription()Detailed information about the replica status.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsDynamoDbTableReplica.Builder>serializableBuilderClass()AwsDynamoDbTableReplica.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
-
hasGlobalSecondaryIndexes
public final boolean hasGlobalSecondaryIndexes()
For responses, this returns true if the service returned a value for the GlobalSecondaryIndexes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
globalSecondaryIndexes
public final List<AwsDynamoDbTableReplicaGlobalSecondaryIndex> globalSecondaryIndexes()
List of global secondary indexes for the replica.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasGlobalSecondaryIndexes()method.- Returns:
- List of global secondary indexes for the replica.
-
kmsMasterKeyId
public final String kmsMasterKeyId()
The identifier of the KMS key that will be used for KMS encryption for the replica.
- Returns:
- The identifier of the KMS key that will be used for KMS encryption for the replica.
-
provisionedThroughputOverride
public final AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride()
Replica-specific configuration for the provisioned throughput.
- Returns:
- Replica-specific configuration for the provisioned throughput.
-
regionName
public final String regionName()
The name of the Region where the replica is located.
- Returns:
- The name of the Region where the replica is located.
-
replicaStatus
public final String replicaStatus()
The current status of the replica. Valid values are as follows:
-
ACTIVE -
CREATING -
CREATION_FAILED -
DELETING -
UPDATING
- Returns:
- The current status of the replica. Valid values are as follows:
-
ACTIVE -
CREATING -
CREATION_FAILED -
DELETING -
UPDATING
-
-
-
replicaStatusDescription
public final String replicaStatusDescription()
Detailed information about the replica status.
- Returns:
- Detailed information about the replica status.
-
toBuilder
public AwsDynamoDbTableReplica.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsDynamoDbTableReplica.Builder,AwsDynamoDbTableReplica>
-
builder
public static AwsDynamoDbTableReplica.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsDynamoDbTableReplica.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-