| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static PortalStatus.Builder |
PortalStatus.builder() |
default PortalStatus.Builder |
PortalStatus.Builder.error(Consumer<MonitorErrorDetails.Builder> error)
Contains associated error information, if any.
|
PortalStatus.Builder |
PortalStatus.Builder.error(MonitorErrorDetails error)
Contains associated error information, if any.
|
PortalStatus.Builder |
PortalStatus.Builder.state(PortalState state)
The current state of the portal.
|
PortalStatus.Builder |
PortalStatus.Builder.state(String state)
The current state of the portal.
|
PortalStatus.Builder |
PortalStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PortalStatus.Builder> |
PortalStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The current status of the portal, which contains a state and any error message.
|
default UpdatePortalResponse.Builder |
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. |
default CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
default DeletePortalResponse.Builder |
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. |
default PortalSummary.Builder |
PortalSummary.Builder.status(Consumer<PortalStatus.Builder> status)
Sets the value of the Status property for this object.
|
Copyright © 2022. All rights reserved.