public static interface TagFilter.Builder extends SdkPojo, CopyableBuilder<TagFilter.Builder,TagFilter>
| Modifier and Type | Method and Description |
|---|---|
TagFilter.Builder |
tag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagFilter.Builder tag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these symbols:
_ . : / = + - @.
Copyright © 2022. All rights reserved.