public static interface ListOrganizationsResponse.Builder extends WorkMailResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theOrganizationSummary.Builder avoiding the need to
create one manually via OrganizationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #organizationSummaries(List.
organizationSummaries - a consumer that will call methods on
OrganizationSummary.Builder#organizationSummaries(java.util.Collection) 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 © 2022. All rights reserved.