Class EnhancedGlobalSecondaryIndex
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedGlobalSecondaryIndex
Enhanced model representation of a 'global secondary index' of a DynamoDb table. This is optionally used with the
 'createTable' operation in the enhanced client.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a newly initialized builder for anEnhancedLocalSecondaryIndexbooleaninthashCode()The name of the global secondary indexThe attribute projection setting for this global secondary index.The provisioned throughput setting for this global secondary index.Creates a builder initialized with the attributes of an existingEnhancedLocalSecondaryIndex 
- 
Method Details
- 
builder
Creates a newly initialized builder for anEnhancedLocalSecondaryIndex- Returns:
 - A new builder
 
 - 
toBuilder
Creates a builder initialized with the attributes of an existingEnhancedLocalSecondaryIndex- Returns:
 - A new builder
 
 - 
indexName
The name of the global secondary index - 
projection
The attribute projection setting for this global secondary index. - 
provisionedThroughput
The provisioned throughput setting for this global secondary index. - 
equals
 - 
hashCode
public int hashCode() 
 -