Interface DescribeImagesRequest.Builder

    • Method Detail

      • names

        DescribeImagesRequest.Builder names​(Collection<String> names)

        The names of the public or private images to describe.

        Parameters:
        names - The names of the public or private images to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        DescribeImagesRequest.Builder names​(String... names)

        The names of the public or private images to describe.

        Parameters:
        names - The names of the public or private images to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arns

        DescribeImagesRequest.Builder arns​(Collection<String> arns)

        The ARNs of the public, private, and shared images to describe.

        Parameters:
        arns - The ARNs of the public, private, and shared images to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arns

        DescribeImagesRequest.Builder arns​(String... arns)

        The ARNs of the public, private, and shared images to describe.

        Parameters:
        arns - The ARNs of the public, private, and shared images to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DescribeImagesRequest.Builder type​(String type)

        The type of image (public, private, or shared) to describe.

        Parameters:
        type - The type of image (public, private, or shared) to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VisibilityType, VisibilityType
      • nextToken

        DescribeImagesRequest.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeImagesRequest.Builder maxResults​(Integer maxResults)

        The maximum size of each page of results.

        Parameters:
        maxResults - The maximum size of each page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.