Class ListTableStorageOptimizersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest
-
- software.amazon.awssdk.services.lakeformation.model.ListTableStorageOptimizersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTableStorageOptimizersRequest extends LakeFormationRequest implements ToCopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTableStorageOptimizersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTableStorageOptimizersRequest.Builderbuilder()StringcatalogId()The Catalog ID of the table.StringdatabaseName()Name of the database where the table is present.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number of storage optimizers to return on each call.StringnextToken()A continuation token, if this is a continuation call.List<SdkField<?>>sdkFields()static Class<? extends ListTableStorageOptimizersRequest.Builder>serializableBuilderClass()OptimizerTypestorageOptimizerType()The specific type of storage optimizers to list.StringstorageOptimizerTypeAsString()The specific type of storage optimizers to list.StringtableName()Name of the table.ListTableStorageOptimizersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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()
Name of the database where the table is present.
- Returns:
- Name of the database where the table is present.
-
tableName
public final String tableName()
Name of the table.
- Returns:
- Name of the table.
-
storageOptimizerType
public final OptimizerType storageOptimizerType()
The specific type of storage optimizers to list. The supported value is
compaction.If the service returns an enum value that is not available in the current SDK version,
storageOptimizerTypewill returnOptimizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageOptimizerTypeAsString().- Returns:
- The specific type of storage optimizers to list. The supported value is
compaction. - See Also:
OptimizerType
-
storageOptimizerTypeAsString
public final String storageOptimizerTypeAsString()
The specific type of storage optimizers to list. The supported value is
compaction.If the service returns an enum value that is not available in the current SDK version,
storageOptimizerTypewill returnOptimizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageOptimizerTypeAsString().- Returns:
- The specific type of storage optimizers to list. The supported value is
compaction. - See Also:
OptimizerType
-
maxResults
public final Integer maxResults()
The number of storage optimizers to return on each call.
- Returns:
- The number of storage optimizers to return on each call.
-
nextToken
public final String nextToken()
A continuation token, if this is a continuation call.
- Returns:
- A continuation token, if this is a continuation call.
-
toBuilder
public ListTableStorageOptimizersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>- Specified by:
toBuilderin classLakeFormationRequest
-
builder
public static ListTableStorageOptimizersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTableStorageOptimizersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-