Interface ResponsePartitionKey.Builder

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

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

    • dimensions

      ResponsePartitionKey.Builder dimensions(Map<String,String> dimensions)

      A dimension map that contains the dimensions for this partition.

      Parameters:
      dimensions - A dimension map that contains the dimensions for this partition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.