public static interface CreateTableRequest.Builder extends GlueRequest.Builder, SdkPojo, 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) |
CreateTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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
equalsBySdkFields, sdkFields
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. For Hive compatibility, this name is entirely lowercase.
databaseName
- The catalog database in which to create the new table. For Hive compatibility, this name is entirely
lowercase.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)
overrideConfiguration
in interface AwsRequest.Builder
CreateTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.