@Generated(value="software.amazon.awssdk:codegen") public final class DeleteGlobalSecondaryIndexAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>
Represents a global secondary index to be deleted from an existing table.
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteGlobalSecondaryIndexAction.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteGlobalSecondaryIndexAction.Builder |
builder() |
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 global secondary index to be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteGlobalSecondaryIndexAction.Builder> |
serializableBuilderClass() |
DeleteGlobalSecondaryIndexAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String indexName()
The name of the global secondary index to be deleted.
public DeleteGlobalSecondaryIndexAction.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>
public static DeleteGlobalSecondaryIndexAction.Builder builder()
public static Class<? extends DeleteGlobalSecondaryIndexAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.