Interface ListImageSetVersionsResponse.Builder

    • Method Detail

      • imageSetPropertiesList

        ListImageSetVersionsResponse.Builder imageSetPropertiesList​(Collection<ImageSetProperties> imageSetPropertiesList)

        Lists all properties associated with an image set.

        Parameters:
        imageSetPropertiesList - Lists all properties associated with an image set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageSetPropertiesList

        ListImageSetVersionsResponse.Builder imageSetPropertiesList​(ImageSetProperties... imageSetPropertiesList)

        Lists all properties associated with an image set.

        Parameters:
        imageSetPropertiesList - Lists all properties associated with an image set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImageSetVersionsResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the list of image set versions on the next page.

        Parameters:
        nextToken - The pagination token used to retrieve the list of image set versions on the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.