public static interface UpdateTableRequest.Builder extends GlueRequest.Builder, CopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
UpdateTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table resides.
|
UpdateTableRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateTableRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateTableRequest.Builder |
tableInput(Consumer<TableInput.Builder> tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
UpdateTableRequest.Builder |
tableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
build
requestOverrideConfig
copy
apply, build
UpdateTableRequest.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.UpdateTableRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the table resides.
databaseName
- The name of the catalog database in which the table resides.UpdateTableRequest.Builder tableInput(TableInput tableInput)
An updated TableInput
object to define the metadata table in the catalog.
tableInput
- An updated TableInput
object to define the metadata table in the catalog.default UpdateTableRequest.Builder tableInput(Consumer<TableInput.Builder> tableInput)
An updated TableInput
object to define the metadata table in the catalog.
TableInput.Builder
avoiding the need to create
one manually via TableInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to tableInput(TableInput)
.tableInput
- a consumer that will call methods on TableInput.Builder
tableInput(TableInput)
UpdateTableRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateTableRequest.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.