| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
default DescribePortalResponse.Builder |
DescribePortalResponse.Builder.alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
static DescribePortalResponse.Builder |
DescribePortalResponse.builder() |
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalArn(String portalArn)
The ARN of the
portal, which has the following format.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalClientId(String portalClientId)
The Amazon Web Services SSO application generated client ID (used with Amazon Web Services SSO APIs).
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalCreationDate(Instant portalCreationDate)
The date the portal was created, in Unix epoch time.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalDescription(String portalDescription)
The portal's description.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalId(String portalId)
The ID of the portal.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalLastUpdateDate(Instant portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
default DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalName(String portalName)
The name of the portal.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
default DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The current status of the portal, which contains a state and any error message.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.roleArn(String roleArn)
The ARN of the
service role that allows the portal's users to access your IoT SiteWise resources on your behalf.
|
DescribePortalResponse.Builder |
DescribePortalResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePortalResponse.Builder> |
DescribePortalResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.