public static interface GetTableRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableRequest.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
GetTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableRequest.Builder |
tableName(String tableName)
The name of the table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableRequest.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.GetTableRequest.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.GetTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.