Interface DescribeImagePermissionsResponse.Builder

    • Method Detail

      • name

        DescribeImagePermissionsResponse.Builder name​(String name)

        The name of the private image.

        Parameters:
        name - The name of the private image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharedImagePermissionsList

        DescribeImagePermissionsResponse.Builder sharedImagePermissionsList​(Collection<SharedImagePermissions> sharedImagePermissionsList)

        The permissions for a private image that you own.

        Parameters:
        sharedImagePermissionsList - The permissions for a private image that you own.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharedImagePermissionsList

        DescribeImagePermissionsResponse.Builder sharedImagePermissionsList​(SharedImagePermissions... sharedImagePermissionsList)

        The permissions for a private image that you own.

        Parameters:
        sharedImagePermissionsList - The permissions for a private image that you own.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeImagePermissionsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.