Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.PortalStatus.Builder
-
Packages that use PortalStatus.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PortalStatus.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PortalStatus.Builder Modifier and Type Method Description static PortalStatus.BuilderPortalStatus. builder()default PortalStatus.BuilderPortalStatus.Builder. error(Consumer<MonitorErrorDetails.Builder> error)Contains associated error information, if any.PortalStatus.BuilderPortalStatus.Builder. error(MonitorErrorDetails error)Contains associated error information, if any.PortalStatus.BuilderPortalStatus.Builder. state(String state)The current state of the portal.PortalStatus.BuilderPortalStatus.Builder. state(PortalState state)The current state of the portal.PortalStatus.BuilderPortalStatus. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PortalStatus.Builder Modifier and Type Method Description static Class<? extends PortalStatus.Builder>PortalStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PortalStatus.Builder Modifier and Type Method Description default CreatePortalResponse.BuilderCreatePortalResponse.Builder. portalStatus(Consumer<PortalStatus.Builder> portalStatus)The status of the portal, which contains a state (CREATINGafter successfully calling this operation) and any error message.default DeletePortalResponse.BuilderDeletePortalResponse.Builder. portalStatus(Consumer<PortalStatus.Builder> portalStatus)The status of the portal, which contains a state (DELETINGafter successfully calling this operation) and any error message.default DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalStatus(Consumer<PortalStatus.Builder> portalStatus)The current status of the portal, which contains a state and any error message.default UpdatePortalResponse.BuilderUpdatePortalResponse.Builder. portalStatus(Consumer<PortalStatus.Builder> portalStatus)The status of the portal, which contains a state (UPDATINGafter successfully calling this operation) and any error message.default PortalSummary.BuilderPortalSummary.Builder. status(Consumer<PortalStatus.Builder> status)Sets the value of the Status property for this object.
-