public static interface GetTableMetadataRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<GetTableMetadataRequest.Builder,GetTableMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableMetadataRequest.Builder |
catalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
|
GetTableMetadataRequest.Builder |
databaseName(String databaseName)
The name of the database that contains the table metadata to return.
|
GetTableMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableMetadataRequest.Builder |
tableName(String tableName)
The name of the table for which metadata is returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableMetadataRequest.Builder catalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
catalogName - The name of the data catalog that contains the database and table metadata to return.GetTableMetadataRequest.Builder databaseName(String databaseName)
The name of the database that contains the table metadata to return.
databaseName - The name of the database that contains the table metadata to return.GetTableMetadataRequest.Builder tableName(String tableName)
The name of the table for which metadata is returned.
tableName - The name of the table for which metadata is returned.GetTableMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTableMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.