Interface AwsDynamoDbTableKeySchema.Builder

  • Method Details

    • 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

      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.