Interface ListOrganizationsResponse.Builder

    • Method Detail

      • organizationSummaries

        ListOrganizationsResponse.Builder organizationSummaries​(Collection<OrganizationSummary> organizationSummaries)

        The overview of owned organizations presented as a list of organization summaries.

        Parameters:
        organizationSummaries - The overview of owned organizations presented as a list of organization summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationSummaries

        ListOrganizationsResponse.Builder organizationSummaries​(OrganizationSummary... organizationSummaries)

        The overview of owned organizations presented as a list of organization summaries.

        Parameters:
        organizationSummaries - The overview of owned organizations presented as a list of organization summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOrganizationsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The 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.