public static interface DescribeImagesFilter.Builder extends SdkPojo, CopyableBuilder<DescribeImagesFilter.Builder,DescribeImagesFilter>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesFilter.Builder |
tagStatus(String tagStatus)
The tag status with which to filter your DescribeImages results.
|
DescribeImagesFilter.Builder |
tagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImagesFilter.Builder tagStatus(String tagStatus)
The tag status with which to filter your DescribeImages results. You can filter results based on
whether they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based
on whether they are TAGGED or UNTAGGED.TagStatus,
TagStatusDescribeImagesFilter.Builder tagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results. You can filter results based on
whether they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based
on whether they are TAGGED or UNTAGGED.TagStatus,
TagStatusCopyright © 2023. All rights reserved.