public static interface UpdatePortalRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePortalRequest.Builder |
alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
default UpdatePortalRequest.Builder |
alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
UpdatePortalRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePortalRequest.Builder |
notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
UpdatePortalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePortalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePortalRequest.Builder |
portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
|
UpdatePortalRequest.Builder |
portalDescription(String portalDescription)
A new description for the portal.
|
UpdatePortalRequest.Builder |
portalId(String portalId)
The ID of the portal to update.
|
default UpdatePortalRequest.Builder |
portalLogoImage(Consumer<Image.Builder> portalLogoImage)
Sets the value of the PortalLogoImage property for this object.
|
UpdatePortalRequest.Builder |
portalLogoImage(Image portalLogoImage)
Sets the value of the PortalLogoImage property for this object.
|
UpdatePortalRequest.Builder |
portalName(String portalName)
A new friendly name for the portal.
|
UpdatePortalRequest.Builder |
roleArn(String roleArn)
The ARN of a service
role that allows the portal's users to access your IoT SiteWise resources on your behalf.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortalRequest.Builder portalId(String portalId)
The ID of the portal to update.
portalId - The ID of the portal to update.UpdatePortalRequest.Builder portalName(String portalName)
A new friendly name for the portal.
portalName - A new friendly name for the portal.UpdatePortalRequest.Builder portalDescription(String portalDescription)
A new description for the portal.
portalDescription - A new description for the portal.UpdatePortalRequest.Builder portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
portalContactEmail - The Amazon Web Services administrator's contact email address.UpdatePortalRequest.Builder portalLogoImage(Image portalLogoImage)
portalLogoImage - The new value for the PortalLogoImage property for this object.default UpdatePortalRequest.Builder portalLogoImage(Consumer<Image.Builder> portalLogoImage)
Image.Builder avoiding the need to
create one manually via Image.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to portalLogoImage(Image).
portalLogoImage - a consumer that will call methods on Image.BuilderportalLogoImage(Image)UpdatePortalRequest.Builder roleArn(String roleArn)
The ARN of a 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 a
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.UpdatePortalRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.UpdatePortalRequest.Builder notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
notificationSenderEmail - The email address that sends alarm notifications.UpdatePortalRequest.Builder alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.
alarms - Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can
use the alarm to monitor an asset property and get notified when the asset property value is outside a
specified range. For more information, see Monitoring with
alarms in the IoT SiteWise Application Guide.default UpdatePortalRequest.Builder alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.
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)UpdatePortalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePortalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.