public static interface ListTableStorageOptimizersRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableStorageOptimizersRequest.Builder catalogId(String catalogId)
The Catalog ID of the table.
catalogId - The Catalog ID of the table.ListTableStorageOptimizersRequest.Builder databaseName(String databaseName)
Name of the database where the table is present.
databaseName - Name of the database where the table is present.ListTableStorageOptimizersRequest.Builder tableName(String tableName)
Name of the table.
tableName - Name of the table.ListTableStorageOptimizersRequest.Builder storageOptimizerType(String storageOptimizerType)
The specific type of storage optimizers to list. The supported value is compaction.
storageOptimizerType - The specific type of storage optimizers to list. The supported value is compaction.OptimizerType,
OptimizerTypeListTableStorageOptimizersRequest.Builder storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizers to list. The supported value is compaction.
storageOptimizerType - The specific type of storage optimizers to list. The supported value is compaction.OptimizerType,
OptimizerTypeListTableStorageOptimizersRequest.Builder maxResults(Integer maxResults)
The number of storage optimizers to return on each call.
maxResults - The number of storage optimizers to return on each call.ListTableStorageOptimizersRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.ListTableStorageOptimizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTableStorageOptimizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.