Interface UpdatePortfolioShareResponse.Builder

    • Method Detail

      • portfolioShareToken

        UpdatePortfolioShareResponse.Builder portfolioShareToken​(String portfolioShareToken)

        The token that tracks the status of the UpdatePortfolioShare operation for external account to account or organizational type sharing.

        Parameters:
        portfolioShareToken - The token that tracks the status of the UpdatePortfolioShare operation for external account to account or organizational type sharing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdatePortfolioShareResponse.Builder status​(String status)

        The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.

        Parameters:
        status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus
      • status

        UpdatePortfolioShareResponse.Builder status​(ShareStatus status)

        The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.

        Parameters:
        status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus