| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static CreatePortalResponse.Builder |
CreatePortalResponse.builder() |
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalArn(String portalArn)
The ARN of the
portal, which has the following format.
|
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalId(String portalId)
The ID of the created portal.
|
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalStartUrl(String portalStartUrl)
The URL for the AWS IoT SiteWise Monitor portal.
|
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. |
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.ssoApplicationId(String ssoApplicationId)
The associated AWS SSO application ID, if the portal uses AWS SSO.
|
CreatePortalResponse.Builder |
CreatePortalResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePortalResponse.Builder> |
CreatePortalResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.