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
Modifier and TypeMethodDescriptionThe name of the global secondary index to be deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -