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(Consumer<OrganizationSummary.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 organizationSummaries(Consumer<OrganizationSummary.Builder>... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #organizationSummaries(List) .organizationSummaries - a consumer that will call methods on List.Builder #organizationSummaries(List) 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.