Interface BatchGetTableOptimizerEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetTableOptimizerEntry.Builder,BatchGetTableOptimizerEntry>,SdkBuilder<BatchGetTableOptimizerEntry.Builder,BatchGetTableOptimizerEntry>,SdkPojo
- Enclosing class:
- BatchGetTableOptimizerEntry
public static interface BatchGetTableOptimizerEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetTableOptimizerEntry.Builder,BatchGetTableOptimizerEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetTableOptimizerEntry.BuildercatalogId(String catalogId)The Catalog ID of the table.BatchGetTableOptimizerEntry.BuilderdatabaseName(String databaseName)The name of the database in the catalog in which the table resides.BatchGetTableOptimizerEntry.BuildertableName(String tableName)The name of the table.BatchGetTableOptimizerEntry.Buildertype(String type)The type of table optimizer.BatchGetTableOptimizerEntry.Buildertype(TableOptimizerType type)The type of table optimizer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
BatchGetTableOptimizerEntry.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
BatchGetTableOptimizerEntry.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
BatchGetTableOptimizerEntry.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
BatchGetTableOptimizerEntry.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
BatchGetTableOptimizerEntry.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
-
-