public static interface CreatePortalResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePortalResponse.Builder |
portalArn(String portalArn)
The ARN of the
portal, which has the following format.
|
CreatePortalResponse.Builder |
portalId(String portalId)
The ID of the created portal.
|
CreatePortalResponse.Builder |
portalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
default 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 |
portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
CreatePortalResponse.Builder |
ssoApplicationId(String ssoApplicationId)
The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePortalResponse.Builder portalId(String portalId)
The ID of the created portal.
portalId - The ID of the created portal.CreatePortalResponse.Builder portalArn(String portalArn)
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
portalArn - The ARN of
the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
CreatePortalResponse.Builder portalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use Amazon Web Services SSO for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
portalStartUrl - The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use Amazon
Web Services SSO for authentication. For portals that use IAM for authentication, you must use the IoT
SiteWise console to get a URL that you can use to access the portal.CreatePortalResponse.Builder portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (CREATING after successfully calling this
operation) and any error message.
portalStatus - The status of the portal, which contains a state (CREATING after successfully calling
this operation) and any error message.default 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.
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)CreatePortalResponse.Builder ssoApplicationId(String ssoApplicationId)
The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.
ssoApplicationId - The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.Copyright © 2022. All rights reserved.