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 Details

    • 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 TAGGED or UNTAGGED.

      Parameters:
      tagStatus - The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 TAGGED or UNTAGGED.

      Parameters:
      tagStatus - The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: