public static interface ListPortalsResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListPortalsResponse.Builder,ListPortalsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPortalsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListPortalsResponse.Builder |
portals(Collection<PortalSummary> portals)
The portals in the list.
|
ListPortalsResponse.Builder |
portals(Consumer<PortalSummary.Builder>... portals)
The portals in the list.
|
ListPortalsResponse.Builder |
portals(PortalSummary... portals)
The portals in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPortalsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.ListPortalsResponse.Builder portals(Collection<PortalSummary> portals)
The portals in the list.
portals - The portals in the list.ListPortalsResponse.Builder portals(PortalSummary... portals)
The portals in the list.
portals - The portals in the list.ListPortalsResponse.Builder portals(Consumer<PortalSummary.Builder>... portals)
The portals in the list.
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 #portals(List) .portals - a consumer that will call methods on List.Builder #portals(List) Copyright © 2022. All rights reserved.