Interface KeySchemaElement.Builder

    • Method Detail

      • name

        KeySchemaElement.Builder name​(String name)

        The name of a partition key.

        Parameters:
        name - The name of a partition key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        KeySchemaElement.Builder type​(String type)

        The type of a partition key.

        Parameters:
        type - The type of a partition key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.