Interface PartitionIndex.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PartitionIndex.Builder,PartitionIndex>, SdkBuilder<PartitionIndex.Builder,PartitionIndex>, SdkPojo
Enclosing class:
PartitionIndex

public static interface PartitionIndex.Builder extends SdkPojo, CopyableBuilder<PartitionIndex.Builder,PartitionIndex>
  • Method Details

    • keys

      The keys for the partition index.

      Parameters:
      keys - The keys for the partition index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      The keys for the partition index.

      Parameters:
      keys - The keys for the partition index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexName

      PartitionIndex.Builder indexName(String indexName)

      The name of the partition index.

      Parameters:
      indexName - The name of the partition index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.