Class BatchTableOptimizer
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.BatchTableOptimizer
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchTableOptimizer.Builder,BatchTableOptimizer>
@Generated("software.amazon.awssdk:codegen") public final class BatchTableOptimizer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchTableOptimizer.Builder,BatchTableOptimizer>
Contains details for one of the table optimizers returned by the
BatchGetTableOptimizeroperation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchTableOptimizer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchTableOptimizer.Builderbuilder()StringcatalogId()The Catalog ID of the table.StringdatabaseName()The name of the database in the catalog in which the table resides.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchTableOptimizer.Builder>serializableBuilderClass()StringtableName()The name of the table.TableOptimizertableOptimizer()ATableOptimizerobject that contains details on the configuration and last run of a table optimizer.BatchTableOptimizer.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
catalogId
public final String catalogId()
The Catalog ID of the table.
- Returns:
- The Catalog ID of the table.
-
databaseName
public final String databaseName()
The name of the database in the catalog in which the table resides.
- Returns:
- The name of the database in the catalog in which the table resides.
-
tableName
public final String tableName()
The name of the table.
- Returns:
- The name of the table.
-
tableOptimizer
public final TableOptimizer tableOptimizer()
A
TableOptimizerobject that contains details on the configuration and last run of a table optimizer.- Returns:
- A
TableOptimizerobject that contains details on the configuration and last run of a table optimizer.
-
toBuilder
public BatchTableOptimizer.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchTableOptimizer.Builder,BatchTableOptimizer>
-
builder
public static BatchTableOptimizer.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchTableOptimizer.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-