Interface AwsDynamoDbTableAttributeDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsDynamoDbTableAttributeDefinition.Builder,AwsDynamoDbTableAttributeDefinition>,SdkBuilder<AwsDynamoDbTableAttributeDefinition.Builder,AwsDynamoDbTableAttributeDefinition>,SdkPojo
- Enclosing class:
- AwsDynamoDbTableAttributeDefinition
public static interface AwsDynamoDbTableAttributeDefinition.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableAttributeDefinition.Builder,AwsDynamoDbTableAttributeDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsDynamoDbTableAttributeDefinition.BuilderattributeName(String attributeName)The name of the attribute.AwsDynamoDbTableAttributeDefinition.BuilderattributeType(String attributeType)The type of the attribute.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attributeName
AwsDynamoDbTableAttributeDefinition.Builder attributeName(String attributeName)
The name of the attribute.
- Parameters:
attributeName- The name of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeType
AwsDynamoDbTableAttributeDefinition.Builder attributeType(String attributeType)
The type of the attribute.
- Parameters:
attributeType- The type of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-