public static interface CreateDatabaseRequest.Builder extends GlueRequest.Builder, 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)
A
DatabaseInput object defining the metadata database to create in the catalog. |
CreateDatabaseRequest.Builder |
databaseInput(DatabaseInput databaseInput)
A
DatabaseInput object defining the metadata database to create in the catalog. |
CreateDatabaseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateDatabaseRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateDatabaseRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is
used by default.CreateDatabaseRequest.Builder databaseInput(DatabaseInput databaseInput)
A DatabaseInput object defining the metadata database to create in the catalog.
databaseInput - A DatabaseInput object defining the metadata database to create in the catalog.default CreateDatabaseRequest.Builder databaseInput(Consumer<DatabaseInput.Builder> databaseInput)
A DatabaseInput object defining the metadata database to create in the catalog.
DatabaseInput.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateDatabaseRequest.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.