Interface DeleteGlobalSecondaryIndexAction.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>
,SdkBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>
,SdkPojo
- Enclosing class:
- DeleteGlobalSecondaryIndexAction
public static interface DeleteGlobalSecondaryIndexAction.Builder extends SdkPojo, CopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteGlobalSecondaryIndexAction.Builder
indexName(String indexName)
The name of the global secondary index to be deleted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
indexName
DeleteGlobalSecondaryIndexAction.Builder indexName(String indexName)
The name of the global secondary index to be deleted.
- Parameters:
indexName
- The name of the global secondary index to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-