public static interface CreateTableRequest.Builder extends GlueRequest.Builder, CopyableBuilder<CreateTableRequest.Builder,CreateTableRequest>
Modifier and Type | Method and Description |
---|---|
CreateTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which to create the
Table . |
CreateTableRequest.Builder |
databaseName(String databaseName)
The catalog database in which to create the new table.
|
CreateTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default CreateTableRequest.Builder |
tableInput(Consumer<TableInput.Builder> tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
CreateTableRequest.Builder |
tableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
build
overrideConfiguration
copy
applyMutation, build
CreateTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which to create the Table
. If none is supplied, the AWS account ID
is used by default.
catalogId
- The ID of the Data Catalog in which to create the Table
. If none is supplied, the AWS
account ID is used by default.CreateTableRequest.Builder databaseName(String databaseName)
The catalog database in which to create the new table.
databaseName
- The catalog database in which to create the new table.CreateTableRequest.Builder tableInput(TableInput tableInput)
The TableInput
object that defines the metadata table to create in the catalog.
tableInput
- The TableInput
object that defines the metadata table to create in the catalog.default CreateTableRequest.Builder tableInput(Consumer<TableInput.Builder> tableInput)
The TableInput
object that defines the metadata table to create in the catalog.
TableInput.Builder
avoiding the need to create
one manually via TableInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to tableInput(TableInput)
.tableInput
- a consumer that will call methods on TableInput.Builder
tableInput(TableInput)
CreateTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.