Interface DeleteTableOptimizerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTableOptimizerRequest.Builder,DeleteTableOptimizerRequest>,GlueRequest.Builder,SdkBuilder<DeleteTableOptimizerRequest.Builder,DeleteTableOptimizerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTableOptimizerRequest
public static interface DeleteTableOptimizerRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteTableOptimizerRequest.Builder,DeleteTableOptimizerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTableOptimizerRequest.BuildercatalogId(String catalogId)The Catalog ID of the table.DeleteTableOptimizerRequest.BuilderdatabaseName(String databaseName)The name of the database in the catalog in which the table resides.DeleteTableOptimizerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTableOptimizerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTableOptimizerRequest.BuildertableName(String tableName)The name of the table.DeleteTableOptimizerRequest.Buildertype(String type)The type of table optimizer.DeleteTableOptimizerRequest.Buildertype(TableOptimizerType type)The type of table optimizer.-
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
DeleteTableOptimizerRequest.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
DeleteTableOptimizerRequest.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
DeleteTableOptimizerRequest.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
DeleteTableOptimizerRequest.Builder type(String type)
The type of table optimizer.
- Parameters:
type- The type of table optimizer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableOptimizerType,TableOptimizerType
-
type
DeleteTableOptimizerRequest.Builder type(TableOptimizerType type)
The type of table optimizer.
- Parameters:
type- The type of table optimizer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableOptimizerType,TableOptimizerType
-
overrideConfiguration
DeleteTableOptimizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTableOptimizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-