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.
DimensionValues.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.
DimensionValues.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. 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. 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. 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. 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. 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. 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. 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. The default values for MatchOptions are
EQUALS and CASE_SENSITIVE.Copyright © 2021. All rights reserved.