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 Details

    • 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

      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.