public static interface AwsDynamoDbTableKeySchema.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableKeySchema.Builder,AwsDynamoDbTableKeySchema>
Modifier and Type | Method and Description |
---|---|
AwsDynamoDbTableKeySchema.Builder |
attributeName(String attributeName)
The name of the key schema attribute.
|
AwsDynamoDbTableKeySchema.Builder |
keyType(String keyType)
The type of key used for the key schema attribute.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsDynamoDbTableKeySchema.Builder attributeName(String attributeName)
The name of the key schema attribute.
attributeName
- The name of the key schema attribute.AwsDynamoDbTableKeySchema.Builder keyType(String keyType)
The type of key used for the key schema attribute.
keyType
- The type of key used for the key schema attribute.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.