@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 GlueRequest
public static DeletePartitionIndexRequest.Builder builder()
public static Class<? extends DeletePartitionIndexRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.