@Generated(value="software.amazon.awssdk:codegen") public final class ListTableStorageOptimizersRequest extends LakeFormationRequest implements ToCopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTableStorageOptimizersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTableStorageOptimizersRequest.Builder |
builder() |
String |
catalogId()
The Catalog ID of the table.
|
String |
databaseName()
Name of the database where the table is present.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of storage optimizers to return on each call.
|
String |
nextToken()
A continuation token, if this is a continuation call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTableStorageOptimizersRequest.Builder> |
serializableBuilderClass() |
OptimizerType |
storageOptimizerType()
The specific type of storage optimizers to list.
|
String |
storageOptimizerTypeAsString()
The specific type of storage optimizers to list.
|
String |
tableName()
Name of the table.
|
ListTableStorageOptimizersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The Catalog ID of the table.
public final String databaseName()
Name of the database where the table is present.
public final String tableName()
Name of the table.
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,
storageOptimizerType will return OptimizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from storageOptimizerTypeAsString().
compaction.OptimizerTypepublic 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,
storageOptimizerType will return OptimizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from storageOptimizerTypeAsString().
compaction.OptimizerTypepublic final Integer maxResults()
The number of storage optimizers to return on each call.
public final String nextToken()
A continuation token, if this is a continuation call.
public ListTableStorageOptimizersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTableStorageOptimizersRequest.Builder,ListTableStorageOptimizersRequest>toBuilder in class LakeFormationRequestpublic static ListTableStorageOptimizersRequest.Builder builder()
public static Class<? extends ListTableStorageOptimizersRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.