Class GetTagsFilterNotDimensionArgs.Builder

    • Method Detail

      • key

        public GetTagsFilterNotDimensionArgs.Builder key​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> key)
        Parameters:
        key - key that's used to sort the data. Valid values are: `BlendedCost`, `UnblendedCost`, `AmortizedCost`, `NetAmortizedCost`, `NetUnblendedCost`, `UsageQuantity`, `NormalizedUsageAmount`.
        Returns:
        builder
      • key

        public GetTagsFilterNotDimensionArgs.Builder key​(java.lang.String key)
        Parameters:
        key - key that's used to sort the data. Valid values are: `BlendedCost`, `UnblendedCost`, `AmortizedCost`, `NetAmortizedCost`, `NetUnblendedCost`, `UsageQuantity`, `NormalizedUsageAmount`.
        Returns:
        builder
      • matchOptions

        public GetTagsFilterNotDimensionArgs.Builder matchOptions​(@Nullable
                                                                  com.pulumi.core.Output<java.util.List<java.lang.String>> matchOptions)
        Parameters:
        matchOptions - 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`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.
        Returns:
        builder
      • matchOptions

        public GetTagsFilterNotDimensionArgs.Builder matchOptions​(java.util.List<java.lang.String> matchOptions)
        Parameters:
        matchOptions - 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`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.
        Returns:
        builder
      • matchOptions

        public GetTagsFilterNotDimensionArgs.Builder matchOptions​(java.lang.String... matchOptions)
        Parameters:
        matchOptions - 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`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.
        Returns:
        builder
      • values

        public GetTagsFilterNotDimensionArgs.Builder values​(@Nullable
                                                            com.pulumi.core.Output<java.util.List<java.lang.String>> values)
        Parameters:
        values - Specific value of the Cost Category.
        Returns:
        builder