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 |
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.
|
copy
applyMutation, build
DimensionValues.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.
Valid values for the SERVICE
dimension are Amazon Elastic Compute Cloud - Compute
,
Amazon Elasticsearch Service
, Amazon ElastiCache
, Amazon Redshift
, and
Amazon Relational Database Service
.
values
- The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.
Valid values for the SERVICE
dimension are
Amazon Elastic Compute Cloud - Compute
, Amazon Elasticsearch Service
,
Amazon ElastiCache
, Amazon Redshift
, and
Amazon Relational Database Service
.
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.
Valid values for the SERVICE
dimension are Amazon Elastic Compute Cloud - Compute
,
Amazon Elasticsearch Service
, Amazon ElastiCache
, Amazon Redshift
, and
Amazon Relational Database Service
.
values
- The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.
Valid values for the SERVICE
dimension are
Amazon Elastic Compute Cloud - Compute
, Amazon Elasticsearch Service
,
Amazon ElastiCache
, Amazon Redshift
, and
Amazon Relational Database Service
.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.