public static interface UpdatePortalResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<UpdatePortalResponse.Builder,UpdatePortalResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePortalResponse.Builder |
portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
UpdatePortalResponse.Builder |
portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortalResponse.Builder portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (UPDATING after successfully calling this
operation) and any error message.
portalStatus - The status of the portal, which contains a state (UPDATING after successfully calling
this operation) and any error message.default UpdatePortalResponse.Builder portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The status of the portal, which contains a state (UPDATING 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 © 2021. All rights reserved.