public static interface GetTableResponse.Builder extends KeyspacesResponse.Builder, SdkPojo, CopyableBuilder<GetTableResponse.Builder,GetTableResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTableResponse.Builder |
capacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table.
|
default GetTableResponse.Builder |
capacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification)
The read/write throughput capacity mode for a table.
|
GetTableResponse.Builder |
clientSideTimestamps(ClientSideTimestamps clientSideTimestamps)
The client-side timestamps setting of the table.
|
default GetTableResponse.Builder |
clientSideTimestamps(Consumer<ClientSideTimestamps.Builder> clientSideTimestamps)
The client-side timestamps setting of the table.
|
GetTableResponse.Builder |
comment(Comment comment)
The the description of the specified table.
|
default GetTableResponse.Builder |
comment(Consumer<Comment.Builder> comment)
The the description of the specified table.
|
GetTableResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The creation timestamp of the specified table.
|
GetTableResponse.Builder |
defaultTimeToLive(Integer defaultTimeToLive)
The default Time to Live settings in seconds of the specified table.
|
default GetTableResponse.Builder |
encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)
The encryption settings of the specified table.
|
GetTableResponse.Builder |
encryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
|
GetTableResponse.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace that the specified table is stored in.
|
default GetTableResponse.Builder |
pointInTimeRecovery(Consumer<PointInTimeRecoverySummary.Builder> pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
GetTableResponse.Builder |
pointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
GetTableResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the specified table.
|
default GetTableResponse.Builder |
schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
The schema definition of the specified table.
|
GetTableResponse.Builder |
schemaDefinition(SchemaDefinition schemaDefinition)
The schema definition of the specified table.
|
GetTableResponse.Builder |
status(String status)
The current status of the specified table.
|
GetTableResponse.Builder |
status(TableStatus status)
The current status of the specified table.
|
GetTableResponse.Builder |
tableName(String tableName)
The name of the specified table.
|
default GetTableResponse.Builder |
ttl(Consumer<TimeToLive.Builder> ttl)
The custom Time to Live settings of the specified table.
|
GetTableResponse.Builder |
ttl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableResponse.Builder keyspaceName(String keyspaceName)
The name of the keyspace that the specified table is stored in.
keyspaceName - The name of the keyspace that the specified table is stored in.GetTableResponse.Builder tableName(String tableName)
The name of the specified table.
tableName - The name of the specified table.GetTableResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the specified table.
resourceArn - The Amazon Resource Name (ARN) of the specified table.GetTableResponse.Builder creationTimestamp(Instant creationTimestamp)
The creation timestamp of the specified table.
creationTimestamp - The creation timestamp of the specified table.GetTableResponse.Builder status(String status)
The current status of the specified table.
status - The current status of the specified table.TableStatus,
TableStatusGetTableResponse.Builder status(TableStatus status)
The current status of the specified table.
status - The current status of the specified table.TableStatus,
TableStatusGetTableResponse.Builder schemaDefinition(SchemaDefinition schemaDefinition)
The schema definition of the specified table.
schemaDefinition - The schema definition of the specified table.default GetTableResponse.Builder schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
The schema definition of the specified table.
This is a convenience method that creates an instance of theSchemaDefinition.Builder avoiding the
need to create one manually via SchemaDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to schemaDefinition(SchemaDefinition).
schemaDefinition - a consumer that will call methods on SchemaDefinition.BuilderschemaDefinition(SchemaDefinition)GetTableResponse.Builder capacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table. The options are:
throughputMode:PAY_PER_REQUEST
throughputMode:PROVISIONED
capacitySpecification - The read/write throughput capacity mode for a table. The options are:
throughputMode:PAY_PER_REQUEST
throughputMode:PROVISIONED
default GetTableResponse.Builder capacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification)
The read/write throughput capacity mode for a table. The options are:
throughputMode:PAY_PER_REQUEST
throughputMode:PROVISIONED
CapacitySpecificationSummary.Builder
avoiding the need to create one manually via CapacitySpecificationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to capacitySpecification(CapacitySpecificationSummary).
capacitySpecification - a consumer that will call methods on CapacitySpecificationSummary.BuildercapacitySpecification(CapacitySpecificationSummary)GetTableResponse.Builder encryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
encryptionSpecification - The encryption settings of the specified table.default GetTableResponse.Builder encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)
The encryption settings of the specified table.
This is a convenience method that creates an instance of theEncryptionSpecification.Builder avoiding
the need to create one manually via EncryptionSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionSpecification(EncryptionSpecification).
encryptionSpecification - a consumer that will call methods on EncryptionSpecification.BuilderencryptionSpecification(EncryptionSpecification)GetTableResponse.Builder pointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)
The point-in-time recovery status of the specified table.
pointInTimeRecovery - The point-in-time recovery status of the specified table.default GetTableResponse.Builder pointInTimeRecovery(Consumer<PointInTimeRecoverySummary.Builder> pointInTimeRecovery)
The point-in-time recovery status of the specified table.
This is a convenience method that creates an instance of thePointInTimeRecoverySummary.Builder
avoiding the need to create one manually via PointInTimeRecoverySummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pointInTimeRecovery(PointInTimeRecoverySummary).
pointInTimeRecovery - a consumer that will call methods on PointInTimeRecoverySummary.BuilderpointInTimeRecovery(PointInTimeRecoverySummary)GetTableResponse.Builder ttl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
ttl - The custom Time to Live settings of the specified table.default GetTableResponse.Builder ttl(Consumer<TimeToLive.Builder> ttl)
The custom Time to Live settings of the specified table.
This is a convenience method that creates an instance of theTimeToLive.Builder avoiding the need to
create one manually via TimeToLive.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ttl(TimeToLive).
ttl - a consumer that will call methods on TimeToLive.Builderttl(TimeToLive)GetTableResponse.Builder defaultTimeToLive(Integer defaultTimeToLive)
The default Time to Live settings in seconds of the specified table.
defaultTimeToLive - The default Time to Live settings in seconds of the specified table.GetTableResponse.Builder comment(Comment comment)
The the description of the specified table.
comment - The the description of the specified table.default GetTableResponse.Builder comment(Consumer<Comment.Builder> comment)
The the description of the specified table.
This is a convenience method that creates an instance of theComment.Builder avoiding the need to
create one manually via Comment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to comment(Comment).
comment - a consumer that will call methods on Comment.Buildercomment(Comment)GetTableResponse.Builder clientSideTimestamps(ClientSideTimestamps clientSideTimestamps)
The client-side timestamps setting of the table.
clientSideTimestamps - The client-side timestamps setting of the table.default GetTableResponse.Builder clientSideTimestamps(Consumer<ClientSideTimestamps.Builder> clientSideTimestamps)
The client-side timestamps setting of the table.
This is a convenience method that creates an instance of theClientSideTimestamps.Builder avoiding
the need to create one manually via ClientSideTimestamps.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to clientSideTimestamps(ClientSideTimestamps).
clientSideTimestamps - a consumer that will call methods on ClientSideTimestamps.BuilderclientSideTimestamps(ClientSideTimestamps)Copyright © 2023. All rights reserved.