Interface AwsDynamoDbTableKeySchema.Builder

    • Method Detail

      • attributeName

        AwsDynamoDbTableKeySchema.Builder attributeName​(String attributeName)

        The name of the key schema attribute.

        Parameters:
        attributeName - The name of the key schema attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyType

        AwsDynamoDbTableKeySchema.Builder keyType​(String keyType)

        The type of key used for the key schema attribute. Valid values are HASH or RANGE.

        Parameters:
        keyType - The type of key used for the key schema attribute. Valid values are HASH or RANGE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.