Interface DescribeWorkspaceImagePermissionsResponse.Builder

    • Method Detail

      • imagePermissions

        DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions​(Collection<ImagePermission> imagePermissions)

        The identifiers of the Amazon Web Services accounts that the image has been shared with.

        Parameters:
        imagePermissions - The identifiers of the Amazon Web Services accounts that the image has been shared with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imagePermissions

        DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions​(ImagePermission... imagePermissions)

        The identifiers of the Amazon Web Services accounts that the image has been shared with.

        Parameters:
        imagePermissions - The identifiers of the Amazon Web Services accounts that the image has been shared with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeWorkspaceImagePermissionsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.