public static interface GetTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
GetTableRequest.Builder |
databaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
GetTableRequest.Builder |
name(String name)
The name of the table for which to retrieve the definition.
|
GetTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.GetTableRequest.Builder databaseName(String databaseName)
The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName - The name of the database in the catalog in which the table resides. For Hive compatibility, this name
is entirely lowercase.GetTableRequest.Builder name(String name)
The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
name - The name of the table for which to retrieve the definition. For Hive compatibility, this name is
entirely lowercase.GetTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.