Interface UpdatePortalRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>, IoTSiteWiseRequest.Builder, SdkBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdatePortalRequest

public static interface UpdatePortalRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
  • Method Details

    • portalId

      UpdatePortalRequest.Builder portalId(String portalId)

      The ID of the portal to update.

      Parameters:
      portalId - The ID of the portal to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalName

      UpdatePortalRequest.Builder portalName(String portalName)

      A new friendly name for the portal.

      Parameters:
      portalName - A new friendly name for the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalDescription

      UpdatePortalRequest.Builder portalDescription(String portalDescription)

      A new description for the portal.

      Parameters:
      portalDescription - A new description for the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalContactEmail

      UpdatePortalRequest.Builder portalContactEmail(String portalContactEmail)

      The Amazon Web Services administrator's contact email address.

      Parameters:
      portalContactEmail - The Amazon Web Services administrator's contact email address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalLogoImage

      UpdatePortalRequest.Builder portalLogoImage(Image portalLogoImage)
      Sets the value of the PortalLogoImage property for this object.
      Parameters:
      portalLogoImage - The new value for the PortalLogoImage property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalLogoImage

      default UpdatePortalRequest.Builder portalLogoImage(Consumer<Image.Builder> portalLogoImage)
      Sets the value of the PortalLogoImage property for this object. This is a convenience method that creates an instance of the 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).

      Parameters:
      portalLogoImage - a consumer that will call methods on Image.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notificationSenderEmail

      UpdatePortalRequest.Builder notificationSenderEmail(String notificationSenderEmail)

      The email address that sends alarm notifications.

      Parameters:
      notificationSenderEmail - The email address that sends alarm notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the Alarms.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).

      Parameters:
      alarms - a consumer that will call methods on Alarms.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdatePortalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.