default UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.alarms(Consumer<Alarms.Builder> alarms) |
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.alarms(Alarms alarms) |
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
static UpdatePortalRequest.Builder |
UpdatePortalRequest.builder() |
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.clientToken(String clientToken) |
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.notificationSenderEmail(String notificationSenderEmail) |
The email address that sends alarm notifications.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalContactEmail(String portalContactEmail) |
The Amazon Web Services administrator's contact email address.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalDescription(String portalDescription) |
A new description for the portal.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalId(String portalId) |
The ID of the portal to update.
|
default UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalLogoImage(Consumer<Image.Builder> portalLogoImage) |
Sets the value of the PortalLogoImage property for this object.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalLogoImage(Image portalLogoImage) |
Sets the value of the PortalLogoImage property for this object.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalName(String portalName) |
A new friendly name for the portal.
|
UpdatePortalRequest.Builder |
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.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.toBuilder() |
|