public static interface DeleteTableRequest.Builder extends GlueRequest.Builder, CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
DeleteTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table resides.
|
DeleteTableRequest.Builder |
name(String name)
The name of the table to be deleted.
|
DeleteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteTableRequest.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.DeleteTableRequest.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.DeleteTableRequest.Builder name(String name)
The name of the table to be deleted.
name
- The name of the table to be deleted.DeleteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.