public static interface ListOrganizationsResponse.Builder extends WorkMailResponse.Builder, CopyableBuilder<ListOrganizationsResponse.Builder,ListOrganizationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListOrganizationsResponse.Builder |
organizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
ListOrganizationsResponse.Builder |
organizationSummaries(OrganizationSummary... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
buildcopyapply, buildListOrganizationsResponse.Builder organizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
organizationSummaries - The overview of owned organizations presented as a list of organization summaries.ListOrganizationsResponse.Builder organizationSummaries(OrganizationSummary... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
organizationSummaries - The overview of owned organizations presented as a list of organization summaries.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.
nextToken - The token to use to retrieve the next page of results. The value is "null" when there are no more
results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.