Interface DimensionValues.Builder

  • Method Details

    • key

      The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).

      Parameters:
      key - The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).

      Parameters:
      key - The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The values to match for the specified dimension key.

      Parameters:
      values - The values to match for the specified dimension key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      DimensionValues.Builder values(String... values)

      The values to match for the specified dimension key.

      Parameters:
      values - The values to match for the specified dimension key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      DimensionValues.Builder matchOptionsWithStrings(Collection<String> matchOptions)

      The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      DimensionValues.Builder matchOptionsWithStrings(String... matchOptions)

      The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      DimensionValues.Builder matchOptions(Collection<MatchOption> matchOptions)

      The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      DimensionValues.Builder matchOptions(MatchOption... matchOptions)

      The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

      Parameters:
      matchOptions - The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.