Interface CreateTableOptimizerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTableOptimizerRequest.Builder,CreateTableOptimizerRequest>,GlueRequest.Builder,SdkBuilder<CreateTableOptimizerRequest.Builder,CreateTableOptimizerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTableOptimizerRequest
public static interface CreateTableOptimizerRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateTableOptimizerRequest.Builder,CreateTableOptimizerRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogId
CreateTableOptimizerRequest.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
CreateTableOptimizerRequest.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
CreateTableOptimizerRequest.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
CreateTableOptimizerRequest.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
CreateTableOptimizerRequest.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
-
tableOptimizerConfiguration
CreateTableOptimizerRequest.Builder tableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfigurationobject representing the configuration of a table optimizer.- Parameters:
tableOptimizerConfiguration- ATableOptimizerConfigurationobject representing the configuration of a table optimizer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableOptimizerConfiguration
default CreateTableOptimizerRequest.Builder tableOptimizerConfiguration(Consumer<TableOptimizerConfiguration.Builder> tableOptimizerConfiguration)
A
This is a convenience method that creates an instance of theTableOptimizerConfigurationobject representing the configuration of a table optimizer.TableOptimizerConfiguration.Builderavoiding the need to create one manually viaTableOptimizerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totableOptimizerConfiguration(TableOptimizerConfiguration).- Parameters:
tableOptimizerConfiguration- a consumer that will call methods onTableOptimizerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tableOptimizerConfiguration(TableOptimizerConfiguration)
-
overrideConfiguration
CreateTableOptimizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTableOptimizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-