@Generated(value="software.amazon.awssdk:codegen") public final class DeletePartitionIndexRequest extends GlueRequest implements ToCopyableBuilder<DeletePartitionIndexRequest.Builder,DeletePartitionIndexRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeletePartitionIndexRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeletePartitionIndexRequest.Builder |
builder() |
String |
catalogId()
The catalog ID where the table resides.
|
String |
databaseName()
Specifies the name of a database from which you want to delete a partition index.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the partition index to be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeletePartitionIndexRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
Specifies the name of a table from which you want to delete a partition index.
|
DeletePartitionIndexRequest.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 where the table resides.
public final String databaseName()
Specifies the name of a database from which you want to delete a partition index.
public final String tableName()
Specifies the name of a table from which you want to delete a partition index.
public final String indexName()
The name of the partition index to be deleted.
public DeletePartitionIndexRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeletePartitionIndexRequest.Builder,DeletePartitionIndexRequest>toBuilder in class GlueRequestpublic static DeletePartitionIndexRequest.Builder builder()
public static Class<? extends DeletePartitionIndexRequest.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 © 2023. All rights reserved.