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
Modifier and TypeMethodDescriptionThe Catalog ID of the table.databaseName
(String databaseName) Name of the database where the table is present.maxResults
(Integer maxResults) The number of storage optimizers to return on each call.A continuation token, if this is a continuation call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.storageOptimizerType
(String storageOptimizerType) The specific type of storage optimizers to list.storageOptimizerType
(OptimizerType storageOptimizerType) The specific type of storage optimizers to list.Name of the table.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 Details
-
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
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
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
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:
-
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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTableStorageOptimizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-