Interface ListImagesFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListImagesFilter.Builder,ListImagesFilter>,SdkBuilder<ListImagesFilter.Builder,ListImagesFilter>,SdkPojo
- Enclosing class:
- ListImagesFilter
public static interface ListImagesFilter.Builder extends SdkPojo, CopyableBuilder<ListImagesFilter.Builder,ListImagesFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImagesFilter.BuildertagStatus(String tagStatus)The tag status with which to filter your ListImages results.ListImagesFilter.BuildertagStatus(TagStatus tagStatus)The tag status with which to filter your ListImages results.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tagStatus
ListImagesFilter.Builder tagStatus(String tagStatus)
The tag status with which to filter your ListImages results. You can filter results based on whether they are
TAGGEDorUNTAGGED.- Parameters:
tagStatus- The tag status with which to filter your ListImages results. You can filter results based on whether they areTAGGEDorUNTAGGED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TagStatus,TagStatus
-
tagStatus
ListImagesFilter.Builder tagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results. You can filter results based on whether they are
TAGGEDorUNTAGGED.- Parameters:
tagStatus- The tag status with which to filter your ListImages results. You can filter results based on whether they areTAGGEDorUNTAGGED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TagStatus,TagStatus
-
-