@Generated(value="software.amazon.awssdk:codegen") public final class GetTableResponse extends KeyspacesResponse implements ToCopyableBuilder<GetTableResponse.Builder,GetTableResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTableResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTableResponse.Builder |
builder() |
CapacitySpecificationSummary |
capacitySpecification()
The read/write throughput capacity mode for a table.
|
Comment |
comment()
The the description of the specified table.
|
Instant |
creationTimestamp()
The creation timestamp of the specified table.
|
Integer |
defaultTimeToLive()
The default Time to Live settings of the specified table.
|
EncryptionSpecification |
encryptionSpecification()
The encryption settings of the specified table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyspaceName()
The name of the keyspace that the specified table is stored in.
|
PointInTimeRecoverySummary |
pointInTimeRecovery()
The point-in-time recovery status of the specified table.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the specified table.
|
SchemaDefinition |
schemaDefinition()
The schema definition of the specified table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTableResponse.Builder> |
serializableBuilderClass() |
TableStatus |
status()
The current status of the specified table.
|
String |
statusAsString()
The current status of the specified table.
|
String |
tableName()
The name of the specified table.
|
GetTableResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TimeToLive |
ttl()
The custom Time to Live settings of the specified table.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyspaceName()
The name of the keyspace that the specified table is stored in.
public final String tableName()
The name of the specified table.
public final String resourceArn()
The Amazon Resource Name (ARN) of the specified table.
public final Instant creationTimestamp()
The creation timestamp of the specified table.
public final TableStatus status()
The current status of the specified table.
If the service returns an enum value that is not available in the current SDK version, status will
return TableStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TableStatuspublic final String statusAsString()
The current status of the specified table.
If the service returns an enum value that is not available in the current SDK version, status will
return TableStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TableStatuspublic final SchemaDefinition schemaDefinition()
The schema definition of the specified table.
public final CapacitySpecificationSummary capacitySpecification()
The read/write throughput capacity mode for a table. The options are:
• throughputMode:PAY_PER_REQUEST
• throughputMode:PROVISIONED
• throughputMode:PAY_PER_REQUEST
• throughputMode:PROVISIONED
public final EncryptionSpecification encryptionSpecification()
The encryption settings of the specified table.
public final PointInTimeRecoverySummary pointInTimeRecovery()
The point-in-time recovery status of the specified table.
public final TimeToLive ttl()
The custom Time to Live settings of the specified table.
public final Integer defaultTimeToLive()
The default Time to Live settings of the specified table.
public final Comment comment()
The the description of the specified table.
public GetTableResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTableResponse.Builder,GetTableResponse>toBuilder in class AwsResponsepublic static GetTableResponse.Builder builder()
public static Class<? extends GetTableResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.