public static interface ResourceQuery.Builder extends CopyableBuilder<ResourceQuery.Builder,ResourceQuery>
Modifier and Type | Method and Description |
---|---|
ResourceQuery.Builder |
query(String query)
The query that defines a group or a search.
|
ResourceQuery.Builder |
type(QueryType type)
The type of the query.
|
ResourceQuery.Builder |
type(String type)
The type of the query.
|
copy
applyMutation, build
ResourceQuery.Builder type(String type)
The type of the query. The valid value in this release is TAG_FILTERS_1_0
.
TAG_FILTERS_1_0:
A JSON syntax that lets you specify a collection of simple tag filters
for resource types and tags, as supported by the AWS Tagging API GetResources operation. When more than one
element is present, only resources that match all filters are part of the result. If a filter specifies more
than one value for a key, a resource matches the filter if its tag value matches any of the specified values.
type
- The type of the query. The valid value in this release is TAG_FILTERS_1_0
.
TAG_FILTERS_1_0:
A JSON syntax that lets you specify a collection of simple tag
filters for resource types and tags, as supported by the AWS Tagging API GetResources operation. When
more than one element is present, only resources that match all filters are part of the result. If a
filter specifies more than one value for a key, a resource matches the filter if its tag value matches
any of the specified values.
QueryType
,
QueryType
ResourceQuery.Builder type(QueryType type)
The type of the query. The valid value in this release is TAG_FILTERS_1_0
.
TAG_FILTERS_1_0:
A JSON syntax that lets you specify a collection of simple tag filters
for resource types and tags, as supported by the AWS Tagging API GetResources operation. When more than one
element is present, only resources that match all filters are part of the result. If a filter specifies more
than one value for a key, a resource matches the filter if its tag value matches any of the specified values.
type
- The type of the query. The valid value in this release is TAG_FILTERS_1_0
.
TAG_FILTERS_1_0:
A JSON syntax that lets you specify a collection of simple tag
filters for resource types and tags, as supported by the AWS Tagging API GetResources operation. When
more than one element is present, only resources that match all filters are part of the result. If a
filter specifies more than one value for a key, a resource matches the filter if its tag value matches
any of the specified values.
QueryType
,
QueryType
ResourceQuery.Builder query(String query)
The query that defines a group or a search.
query
- The query that defines a group or a search.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.