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 method that creates an instance of thePortalSummary.Builder avoiding the need to create
one manually via PortalSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #portals(List.
portals - a consumer that will call methods on
PortalSummary.Builder#portals(java.util.Collection) Copyright © 2022. All rights reserved.