public static interface UpdateTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
UpdateTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table resides.
|
UpdateTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTableRequest.Builder |
skipArchive(Boolean skipArchive)
By default,
UpdateTable always creates an archived version of the table before updating it. |
default UpdateTableRequest.Builder |
tableInput(Consumer<TableInput.Builder> tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
UpdateTableRequest.Builder |
tableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
UpdateTableRequest.Builder |
transactionId(String transactionId)
The transaction ID at which to update the table contents.
|
UpdateTableRequest.Builder |
versionId(String versionId)
The version ID at which to update the table contents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services
account ID is used by default.UpdateTableRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName - The name of the catalog database in which the table resides. For Hive compatibility, this name is
entirely lowercase.UpdateTableRequest.Builder tableInput(TableInput tableInput)
An updated TableInput object to define the metadata table in the catalog.
tableInput - An updated TableInput object to define the metadata table in the catalog.default UpdateTableRequest.Builder tableInput(Consumer<TableInput.Builder> tableInput)
An updated TableInput object to define the metadata table 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)UpdateTableRequest.Builder skipArchive(Boolean skipArchive)
By default, UpdateTable always creates an archived version of the table before updating it.
However, if skipArchive is set to true, UpdateTable does not create the archived
version.
skipArchive - By default, UpdateTable always creates an archived version of the table before updating
it. However, if skipArchive is set to true, UpdateTable does not create the
archived version.UpdateTableRequest.Builder transactionId(String transactionId)
The transaction ID at which to update the table contents.
transactionId - The transaction ID at which to update the table contents.UpdateTableRequest.Builder versionId(String versionId)
The version ID at which to update the table contents.
versionId - The version ID at which to update the table contents.UpdateTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.