Interface AwsDynamoDbTableAttributeDefinition.Builder

    • 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.