public static interface DeleteDatabaseRequest.Builder extends GlueRequest.Builder, CopyableBuilder<DeleteDatabaseRequest.Builder,DeleteDatabaseRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDatabaseRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
DeleteDatabaseRequest.Builder |
name(String name)
The name of the Database to delete.
|
DeleteDatabaseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteDatabaseRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteDatabaseRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the database resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the database resides. If none is supplied, the AWS account ID is
used by default.DeleteDatabaseRequest.Builder name(String name)
The name of the Database to delete.
name - The name of the Database to delete.DeleteDatabaseRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteDatabaseRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.