Interface DimensionValues.Builder

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

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

    • key

      The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

      Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.

      LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.

      ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE can only be used in AnomalySubscriptions.

      Parameters:
      key - The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

      Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.

      LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.

      ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE can only be used in AnomalySubscriptions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

      Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.

      LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.

      ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE can only be used in AnomalySubscriptions.

      Parameters:
      key - The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

      Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.

      LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.

      ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE can only be used in AnomalySubscriptions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

      Parameters:
      values - The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      DimensionValues.Builder values(String... values)

      The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

      Parameters:
      values - The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
      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 that you can use to filter your results.

      MatchOptions is only applicable for actions related to Cost Category and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are 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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptionsWithStrings

      DimensionValues.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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are 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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

      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 that you can use to filter your results.

      MatchOptions is only applicable for actions related to Cost Category and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are 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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchOptions

      DimensionValues.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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are 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 and Anomaly Subscriptions. Refer to the documentation for each specific API to see what is supported.

      The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

      Returns:
      Returns a reference to this object so that method calls can be chained together.