public static interface GetTableRequest.Builder extends GlueRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetTableRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetTableRequest.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.
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.
name
- The name of the table for which to retrieve the definition.GetTableRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetTableRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.