public static interface UpdateTableStorageOptimizerRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateTableStorageOptimizerRequest.Builder,UpdateTableStorageOptimizerRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTableStorageOptimizerRequest.Builder catalogId(String catalogId)
The Catalog ID of the table.
catalogId - The Catalog ID of the table.UpdateTableStorageOptimizerRequest.Builder databaseName(String databaseName)
Name of the database where the table is present.
databaseName - Name of the database where the table is present.UpdateTableStorageOptimizerRequest.Builder tableName(String tableName)
Name of the table for which to enable the storage optimizer.
tableName - Name of the table for which to enable the storage optimizer.UpdateTableStorageOptimizerRequest.Builder storageOptimizerConfigWithStrings(Map<String,? extends Map<String,String>> storageOptimizerConfig)
Name of the table for which to enable the storage optimizer.
storageOptimizerConfig - Name of the table for which to enable the storage optimizer.UpdateTableStorageOptimizerRequest.Builder storageOptimizerConfig(Map<OptimizerType,? extends Map<String,String>> storageOptimizerConfig)
Name of the table for which to enable the storage optimizer.
storageOptimizerConfig - Name of the table for which to enable the storage optimizer.UpdateTableStorageOptimizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTableStorageOptimizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.