public static interface GetDatabaseRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDatabaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatabaseRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
account ID is used by default.GetDatabaseRequest.Builder name(String name)
The name of the database to retrieve. For Hive compatibility, this should be all lowercase.
name - The name of the database to retrieve. For Hive compatibility, this should be all lowercase.GetDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.