Interface DimensionEntry.Builder

  • Method Details

    • dimension

      DimensionEntry.Builder dimension(String dimension)

      The dimension type that categorizes this entry.

      Parameters:
      dimension - The dimension type that categorizes this entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dimension

      DimensionEntry.Builder dimension(Dimension dimension)

      The dimension type that categorizes this entry.

      Parameters:
      dimension - The dimension type that categorizes this entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value for the specified dimension. Valid values vary based on the dimension type (e.g., us-east-1 for the REGION dimension, AmazonEC2 for the SERVICE dimension).

      Parameters:
      value - The value for the specified dimension. Valid values vary based on the dimension type (e.g., us-east-1 for the REGION dimension, AmazonEC2 for the SERVICE dimension).
      Returns:
      Returns a reference to this object so that method calls can be chained together.