public static interface DeletePortalResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DeletePortalResponse.Builder,DeletePortalResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeletePortalResponse.Builder |
portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
DeletePortalResponse.Builder |
portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePortalResponse.Builder portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.
portalStatus - The status of the portal, which contains a state (DELETING after successfully calling
this operation) and any error message.default DeletePortalResponse.Builder portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.
PortalStatus.Builder avoiding the need
to create one manually via PortalStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to portalStatus(PortalStatus).
portalStatus - a consumer that will call methods on PortalStatus.BuilderportalStatus(PortalStatus)Copyright © 2022. All rights reserved.