Interface CostCategoryValues.Builder

    • Method Detail

      • key

        CostCategoryValues.Builder key​(String key)
        Sets the value of the Key property for this object.
        Parameters:
        key - The new value for the Key property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CostCategoryValues.Builder values​(Collection<String> values)

        The specific value of the Cost Category.

        Parameters:
        values - The specific value of the Cost Category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CostCategoryValues.Builder values​(String... values)

        The specific value of the Cost Category.

        Parameters:
        values - The specific value of the Cost Category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptionsWithStrings

        CostCategoryValues.Builder matchOptionsWithStrings​(Collection<String> matchOptions)

        The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

        Parameters:
        matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptionsWithStrings

        CostCategoryValues.Builder matchOptionsWithStrings​(String... matchOptions)

        The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

        Parameters:
        matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        CostCategoryValues.Builder matchOptions​(Collection<MatchOption> matchOptions)

        The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

        Parameters:
        matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        CostCategoryValues.Builder matchOptions​(MatchOption... matchOptions)

        The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

        Parameters:
        matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.