Interface GetTableOptimizerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTableOptimizerRequest.Builder,GetTableOptimizerRequest>
,GlueRequest.Builder
,SdkBuilder<GetTableOptimizerRequest.Builder,GetTableOptimizerRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetTableOptimizerRequest
public static interface GetTableOptimizerRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableOptimizerRequest.Builder,GetTableOptimizerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableOptimizerRequest.Builder
catalogId(String catalogId)
The Catalog ID of the table.GetTableOptimizerRequest.Builder
databaseName(String databaseName)
The name of the database in the catalog in which the table resides.GetTableOptimizerRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetTableOptimizerRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetTableOptimizerRequest.Builder
tableName(String tableName)
The name of the table.GetTableOptimizerRequest.Builder
type(String type)
The type of table optimizer.GetTableOptimizerRequest.Builder
type(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
GetTableOptimizerRequest.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
GetTableOptimizerRequest.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
GetTableOptimizerRequest.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
GetTableOptimizerRequest.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
GetTableOptimizerRequest.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
GetTableOptimizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetTableOptimizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-