public static interface DescribePortalResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribePortalResponse.Builder,DescribePortalResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePortalResponse.Builder |
alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
default DescribePortalResponse.Builder |
alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
DescribePortalResponse.Builder |
notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
DescribePortalResponse.Builder |
portalArn(String portalArn)
The ARN of the
portal, which has the following format.
|
DescribePortalResponse.Builder |
portalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResponse.Builder |
portalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResponse.Builder |
portalClientId(String portalClientId)
The IAM Identity Center application generated client ID (used with IAM Identity Center APIs).
|
DescribePortalResponse.Builder |
portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
|
DescribePortalResponse.Builder |
portalCreationDate(Instant portalCreationDate)
The date the portal was created, in Unix epoch time.
|
DescribePortalResponse.Builder |
portalDescription(String portalDescription)
The portal's description.
|
DescribePortalResponse.Builder |
portalId(String portalId)
The ID of the portal.
|
DescribePortalResponse.Builder |
portalLastUpdateDate(Instant portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
default DescribePortalResponse.Builder |
portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
DescribePortalResponse.Builder |
portalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
DescribePortalResponse.Builder |
portalName(String portalName)
The name of the portal.
|
DescribePortalResponse.Builder |
portalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
default DescribePortalResponse.Builder |
portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The current status of the portal, which contains a state and any error message.
|
DescribePortalResponse.Builder |
portalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePortalResponse.Builder portalId(String portalId)
The ID of the portal.
portalId - The ID of the portal.DescribePortalResponse.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}
DescribePortalResponse.Builder portalName(String portalName)
The name of the portal.
portalName - The name of the portal.DescribePortalResponse.Builder portalDescription(String portalDescription)
The portal's description.
portalDescription - The portal's description.DescribePortalResponse.Builder portalClientId(String portalClientId)
The IAM Identity Center application generated client ID (used with IAM Identity Center APIs). IoT SiteWise
includes portalClientId for only portals that use IAM Identity Center to authenticate users.
portalClientId - The IAM Identity Center application generated client ID (used with IAM Identity Center APIs). IoT
SiteWise includes portalClientId for only portals that use IAM Identity Center to
authenticate users.DescribePortalResponse.Builder portalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center 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 IAM
Identity Center 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.DescribePortalResponse.Builder portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
portalContactEmail - The Amazon Web Services administrator's contact email address.DescribePortalResponse.Builder portalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
portalStatus - The current status of the portal, which contains a state and any error message.default DescribePortalResponse.Builder portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The current status of the portal, which contains a state and any error message.
This is a convenience method that creates an instance of thePortalStatus.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)DescribePortalResponse.Builder portalCreationDate(Instant portalCreationDate)
The date the portal was created, in Unix epoch time.
portalCreationDate - The date the portal was created, in Unix epoch time.DescribePortalResponse.Builder portalLastUpdateDate(Instant portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
portalLastUpdateDate - The date the portal was last updated, in Unix epoch time.DescribePortalResponse.Builder portalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
portalLogoImageLocation - The portal's logo image, which is available at a URL.default DescribePortalResponse.Builder portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)
The portal's logo image, which is available at a URL.
This is a convenience method that creates an instance of theImageLocation.Builder avoiding the need
to create one manually via ImageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to portalLogoImageLocation(ImageLocation).
portalLogoImageLocation - a consumer that will call methods on ImageLocation.BuilderportalLogoImageLocation(ImageLocation)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. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
roleArn - The ARN of
the service role that allows the portal's users to access your IoT SiteWise resources on your behalf.
For more information, see Using
service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.DescribePortalResponse.Builder portalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
DescribePortalResponse.Builder portalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
DescribePortalResponse.Builder notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
notificationSenderEmail - The email address that sends alarm notifications.DescribePortalResponse.Builder alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
alarms - Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.default DescribePortalResponse.Builder alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
This is a convenience method that creates an instance of theAlarms.Builder avoiding the need to
create one manually via Alarms.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to alarms(Alarms).
alarms - a consumer that will call methods on Alarms.Builderalarms(Alarms)Copyright © 2023. All rights reserved.