| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static GetTableResponse.Builder |
GetTableResponse.builder() |
GetTableResponse.Builder |
GetTableResponse.Builder.capacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.capacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification)
The read/write throughput capacity mode for a table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.comment(Comment comment)
The the description of the specified table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.comment(Consumer<Comment.Builder> 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 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTableResponse.Builder> |
GetTableResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.