public static interface ResourceTagsSearchCriteria.Builder extends SdkPojo, CopyableBuilder<ResourceTagsSearchCriteria.Builder,ResourceTagsSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
default ResourceTagsSearchCriteria.Builder |
tagSearchCondition(Consumer<TagSearchCondition.Builder> tagSearchCondition)
The search criteria to be used to return tags.
|
ResourceTagsSearchCriteria.Builder |
tagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceTagsSearchCriteria.Builder tagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
tagSearchCondition - The search criteria to be used to return tags.default ResourceTagsSearchCriteria.Builder tagSearchCondition(Consumer<TagSearchCondition.Builder> tagSearchCondition)
The search criteria to be used to return tags.
This is a convenience method that creates an instance of theTagSearchCondition.Builder avoiding the
need to create one manually via TagSearchCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tagSearchCondition(TagSearchCondition).
tagSearchCondition - a consumer that will call methods on TagSearchCondition.BuildertagSearchCondition(TagSearchCondition)Copyright © 2023. All rights reserved.