public static interface TableSummary.Builder extends SdkPojo, CopyableBuilder<TableSummary.Builder,TableSummary>
| Modifier and Type | Method and Description |
|---|---|
TableSummary.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
TableSummary.Builder |
resourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
TableSummary.Builder |
tableName(String tableName)
The name of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableSummary.Builder keyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
keyspaceName - The name of the keyspace that the table is stored in.TableSummary.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.TableSummary.Builder resourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
resourceArn - The unique identifier of the table in the format of an Amazon Resource Name (ARN).Copyright © 2023. All rights reserved.