Interface ListOrganizationPortfolioAccessRequest.Builder

    • Method Detail

      • acceptLanguage

        ListOrganizationPortfolioAccessRequest.Builder acceptLanguage​(String acceptLanguage)

        The language code.

        • jp - Japanese

        • zh - Chinese

        Parameters:
        acceptLanguage - The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portfolioId

        ListOrganizationPortfolioAccessRequest.Builder portfolioId​(String portfolioId)

        The portfolio identifier. For example, port-2abcdext3y5fk.

        Parameters:
        portfolioId - The portfolio identifier. For example, port-2abcdext3y5fk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationNodeType

        ListOrganizationPortfolioAccessRequest.Builder organizationNodeType​(String organizationNodeType)

        The organization node type that will be returned in the output.

        • ORGANIZATION - Organization that has access to the portfolio.

        • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

        • ACCOUNT - Account that has access to the portfolio within your organization.

        Parameters:
        organizationNodeType - The organization node type that will be returned in the output.

        • ORGANIZATION - Organization that has access to the portfolio.

        • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

        • ACCOUNT - Account that has access to the portfolio within your organization.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrganizationNodeType, OrganizationNodeType
      • organizationNodeType

        ListOrganizationPortfolioAccessRequest.Builder organizationNodeType​(OrganizationNodeType organizationNodeType)

        The organization node type that will be returned in the output.

        • ORGANIZATION - Organization that has access to the portfolio.

        • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

        • ACCOUNT - Account that has access to the portfolio within your organization.

        Parameters:
        organizationNodeType - The organization node type that will be returned in the output.

        • ORGANIZATION - Organization that has access to the portfolio.

        • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

        • ACCOUNT - Account that has access to the portfolio within your organization.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrganizationNodeType, OrganizationNodeType
      • pageToken

        ListOrganizationPortfolioAccessRequest.Builder pageToken​(String pageToken)

        The page token for the next set of results. To retrieve the first set of results, use null.

        Parameters:
        pageToken - The page token for the next set of results. To retrieve the first set of results, use null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        ListOrganizationPortfolioAccessRequest.Builder pageSize​(Integer pageSize)

        The maximum number of items to return with this call.

        Parameters:
        pageSize - The maximum number of items to return with this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.