static GetTableResponse.Builder |
GetTableResponse.builder() |
|
default GetTableResponse.Builder |
GetTableResponse.Builder.capacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification) |
The read/write throughput capacity mode for a table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.capacitySpecification(CapacitySpecificationSummary capacitySpecification) |
The read/write throughput capacity mode for a table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.clientSideTimestamps(Consumer<ClientSideTimestamps.Builder> clientSideTimestamps) |
The client-side timestamps setting of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.clientSideTimestamps(ClientSideTimestamps clientSideTimestamps) |
The client-side timestamps setting of the table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.comment(Consumer<Comment.Builder> comment) |
The the description of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.comment(Comment comment) |
The the description of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.creationTimestamp(Instant creationTimestamp) |
The creation timestamp of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.defaultTimeToLive(Integer defaultTimeToLive) |
The default Time to Live settings in seconds of the specified table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification) |
The encryption settings of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.encryptionSpecification(EncryptionSpecification encryptionSpecification) |
The encryption settings of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.keyspaceName(String keyspaceName) |
The name of the keyspace that the specified table is stored in.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.pointInTimeRecovery(Consumer<PointInTimeRecoverySummary.Builder> pointInTimeRecovery) |
The point-in-time recovery status of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.pointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery) |
The point-in-time recovery status of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.replicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications) |
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated
in.
|
GetTableResponse.Builder |
GetTableResponse.Builder.replicaSpecifications(Consumer<ReplicaSpecificationSummary.Builder>... replicaSpecifications) |
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated
in.
|
GetTableResponse.Builder |
GetTableResponse.Builder.replicaSpecifications(ReplicaSpecificationSummary... replicaSpecifications) |
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated
in.
|
GetTableResponse.Builder |
GetTableResponse.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) of the specified table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition) |
The schema definition of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.schemaDefinition(SchemaDefinition schemaDefinition) |
The schema definition of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.status(String status) |
The current status of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.status(TableStatus status) |
The current status of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.tableName(String tableName) |
The name of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.toBuilder() |
|
default GetTableResponse.Builder |
GetTableResponse.Builder.ttl(Consumer<TimeToLive.Builder> ttl) |
The custom Time to Live settings of the specified table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.ttl(TimeToLive ttl) |
The custom Time to Live settings of the specified table.
|