Interface ListTableStorageOptimizersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>,LakeFormationRequest.Builder,SdkBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTableStorageOptimizersRequest
public static interface ListTableStorageOptimizersRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
ListTableStorageOptimizersRequest.Builder catalogId(String catalogId)
The Catalog ID of the table.
- Parameters:
catalogId- The Catalog ID of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
ListTableStorageOptimizersRequest.Builder databaseName(String databaseName)
Name of the database where the table is present.
- Parameters:
databaseName- Name of the database where the table is present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
ListTableStorageOptimizersRequest.Builder tableName(String tableName)
Name of the table.
- Parameters:
tableName- Name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageOptimizerType
ListTableStorageOptimizersRequest.Builder storageOptimizerType(String storageOptimizerType)
The specific type of storage optimizers to list. The supported value is
compaction.- Parameters:
storageOptimizerType- The specific type of storage optimizers to list. The supported value iscompaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OptimizerType,OptimizerType
-
storageOptimizerType
ListTableStorageOptimizersRequest.Builder storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizers to list. The supported value is
compaction.- Parameters:
storageOptimizerType- The specific type of storage optimizers to list. The supported value iscompaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OptimizerType,OptimizerType
-
maxResults
ListTableStorageOptimizersRequest.Builder maxResults(Integer maxResults)
The number of storage optimizers to return on each call.
- Parameters:
maxResults- The number of storage optimizers to return on each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTableStorageOptimizersRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
- Parameters:
nextToken- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTableStorageOptimizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTableStorageOptimizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-