Interface ListTableOptimizerRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTableOptimizerRunsRequest.Builder,ListTableOptimizerRunsRequest>,GlueRequest.Builder,SdkBuilder<ListTableOptimizerRunsRequest.Builder,ListTableOptimizerRunsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTableOptimizerRunsRequest
public static interface ListTableOptimizerRunsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListTableOptimizerRunsRequest.Builder,ListTableOptimizerRunsRequest>
-
-
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.glue.model.GlueRequest.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
ListTableOptimizerRunsRequest.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
ListTableOptimizerRunsRequest.Builder databaseName(String databaseName)
The name of the database in the catalog in which the table resides.
- Parameters:
databaseName- The name of the database in the catalog in which the table resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
ListTableOptimizerRunsRequest.Builder tableName(String tableName)
The name of the table.
- Parameters:
tableName- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListTableOptimizerRunsRequest.Builder type(String type)
The type of table optimizer. Currently, the only valid value is
compaction.- Parameters:
type- The type of table optimizer. Currently, the only valid value iscompaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableOptimizerType,TableOptimizerType
-
type
ListTableOptimizerRunsRequest.Builder type(TableOptimizerType type)
The type of table optimizer. Currently, the only valid value is
compaction.- Parameters:
type- The type of table optimizer. Currently, the only valid value iscompaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableOptimizerType,TableOptimizerType
-
maxResults
ListTableOptimizerRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of optimizer runs to return on each call.
- Parameters:
maxResults- The maximum number of optimizer runs to return on each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTableOptimizerRunsRequest.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
ListTableOptimizerRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTableOptimizerRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-