Interface DescribeImagePermissionsRequest.Builder

    • Method Detail

      • name

        DescribeImagePermissionsRequest.Builder name​(String name)

        The name of the private image for which to describe permissions. The image must be one that you own.

        Parameters:
        name - The name of the private image for which to describe permissions. The image must be one that you own.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeImagePermissionsRequest.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.
      • sharedAwsAccountIds

        DescribeImagePermissionsRequest.Builder sharedAwsAccountIds​(Collection<String> sharedAwsAccountIds)

        The 12-digit identifier of one or more AWS accounts with which the image is shared.

        Parameters:
        sharedAwsAccountIds - The 12-digit identifier of one or more AWS accounts with which the image is shared.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharedAwsAccountIds

        DescribeImagePermissionsRequest.Builder sharedAwsAccountIds​(String... sharedAwsAccountIds)

        The 12-digit identifier of one or more AWS accounts with which the image is shared.

        Parameters:
        sharedAwsAccountIds - The 12-digit identifier of one or more AWS accounts with which the image is shared.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeImagePermissionsRequest.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.