public static interface GetDatabaseRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>
Modifier and Type | Method and Description |
---|---|
GetDatabaseRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
GetDatabaseRequest.Builder |
name(String name)
The name of the database to retrieve.
|
GetDatabaseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDatabaseRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetDatabaseRequest.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.GetDatabaseRequest.Builder name(String name)
The name of the database to retrieve.
name
- The name of the database to retrieve.GetDatabaseRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetDatabaseRequest.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.