public static interface DimensionValues.Builder extends SdkPojo, CopyableBuilder<DimensionValues.Builder,DimensionValues>
| Modifier and Type | Method and Description |
|---|---|
DimensionValues.Builder |
key(Dimension key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues.Builder |
key(String key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues.Builder |
matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
values(Collection<String> values)
The metadata values that you can use to filter and group your results.
|
DimensionValues.Builder |
values(String... values)
The metadata values that you can use to filter and group your results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDimensionValues.Builder key(String 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.
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.
Dimension,
DimensionDimensionValues.Builder key(Dimension 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.
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.
Dimension,
DimensionDimensionValues.Builder values(Collection<String> values)
The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific 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.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2023. All rights reserved.