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 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 IAM Identity Center application ID, if the portal uses IAM Identity Center.
|
CreatePortalResponse.Builder |
CreatePortalResponse.toBuilder() |
|