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 AWS 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 AWS SSO application ID, if the portal uses AWS 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 AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal.
portalStartUrl - The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS
SSO for authentication. For portals that use IAM for authentication, you must use the AWS 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 AWS SSO application ID, if the portal uses AWS SSO.
ssoApplicationId - The associated AWS SSO application ID, if the portal uses AWS SSO.Copyright © 2021. All rights reserved.