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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateTableRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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. |
buildrequestOverrideConfigcopyapply, buildCreateTableRequest.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.BuildertableInput(TableInput)CreateTableRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateTableRequest.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.