public static interface TagFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<TagFilter.Builder,TagFilter>
| Modifier and Type | Method and Description |
|---|---|
TagFilter.Builder |
tag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter
criteria.
|
copyapply, buildTagFilter.Builder tag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
tag - Required.Copyright © 2017. All rights reserved.