Interface TagFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagFilter.Builder,TagFilter>,SdkBuilder<TagFilter.Builder,TagFilter>,SdkPojo
- Enclosing class:
- TagFilter
public static interface TagFilter.Builder extends SdkPojo, CopyableBuilder<TagFilter.Builder,TagFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagFilter.Buildertag(String tag)Specifies the tag that must be associated with the execution for it to meet the filter criteria.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tag
TagFilter.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:
_ . : / = + - @.- Parameters:
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:
_ . : / = + - @.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-