public static interface GetPortalResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<GetPortalResponse.Builder,GetPortalResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPortalResponse.Builder |
portal(Consumer<Portal.Builder> portal)
The web portal.
|
GetPortalResponse.Builder |
portal(Portal portal)
The web portal.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPortalResponse.Builder portal(Portal portal)
The web portal.
portal - The web portal.default GetPortalResponse.Builder portal(Consumer<Portal.Builder> portal)
The web portal.
This is a convenience that creates an instance of thePortal.Builder avoiding the need to create one
manually via Portal.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to portal(Portal).portal - a consumer that will call methods on Portal.Builderportal(Portal)Copyright © 2022. All rights reserved.