public static interface CreateDatabaseRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateDatabaseRequest.Builder,CreateDatabaseRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatabaseRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which to create the database.
|
default CreateDatabaseRequest.Builder |
databaseInput(Consumer<DatabaseInput.Builder> databaseInput)
The metadata for the database.
|
CreateDatabaseRequest.Builder |
databaseInput(DatabaseInput databaseInput)
The metadata for the database.
|
CreateDatabaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatabaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDatabaseRequest.Builder |
tags(Map<String,String> tags)
The tags you assign to the database.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatabaseRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web
Services account ID is used by default.CreateDatabaseRequest.Builder databaseInput(DatabaseInput databaseInput)
The metadata for the database.
databaseInput - The metadata for the database.default CreateDatabaseRequest.Builder databaseInput(Consumer<DatabaseInput.Builder> databaseInput)
The metadata for the database.
This is a convenience method that creates an instance of theDatabaseInput.Builder avoiding the need
to create one manually via DatabaseInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to databaseInput(DatabaseInput).
databaseInput - a consumer that will call methods on DatabaseInput.BuilderdatabaseInput(DatabaseInput)CreateDatabaseRequest.Builder tags(Map<String,String> tags)
The tags you assign to the database.
tags - The tags you assign to the database.CreateDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.