Interface CreatePortalRequest.Builder

    • Method Detail

      • portalName

        CreatePortalRequest.Builder portalName​(String portalName)

        A friendly name for the portal.

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

        CreatePortalRequest.Builder portalDescription​(String portalDescription)

        A description for the portal.

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

        CreatePortalRequest.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.
      • clientToken

        CreatePortalRequest.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.
      • portalLogoImageFile

        CreatePortalRequest.Builder portalLogoImageFile​(ImageFile portalLogoImageFile)

        A logo image to display in the portal. Upload a square, high-resolution image. The image is displayed on a dark background.

        Parameters:
        portalLogoImageFile - A logo image to display in the portal. Upload a square, high-resolution image. The image is displayed on a dark background.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portalAuthMode

        CreatePortalRequest.Builder portalAuthMode​(String portalAuthMode)

        The service to use to authenticate users to the portal. Choose from the following options:

        • SSO – The portal uses IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see Enabling IAM Identity Center in the IoT SiteWise User Guide. This option is only available in Amazon Web Services Regions other than the China Regions.

        • IAM – The portal uses Identity and Access Management to authenticate users and manage user permissions.

        You can't change this value after you create a portal.

        Default: SSO

        Parameters:
        portalAuthMode - The service to use to authenticate users to the portal. Choose from the following options:

        • SSO – The portal uses IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see Enabling IAM Identity Center in the IoT SiteWise User Guide. This option is only available in Amazon Web Services Regions other than the China Regions.

        • IAM – The portal uses Identity and Access Management to authenticate users and manage user permissions.

        You can't change this value after you create a portal.

        Default: SSO

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthMode, AuthMode
      • portalAuthMode

        CreatePortalRequest.Builder portalAuthMode​(AuthMode portalAuthMode)

        The service to use to authenticate users to the portal. Choose from the following options:

        • SSO – The portal uses IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see Enabling IAM Identity Center in the IoT SiteWise User Guide. This option is only available in Amazon Web Services Regions other than the China Regions.

        • IAM – The portal uses Identity and Access Management to authenticate users and manage user permissions.

        You can't change this value after you create a portal.

        Default: SSO

        Parameters:
        portalAuthMode - The service to use to authenticate users to the portal. Choose from the following options:

        • SSO – The portal uses IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see Enabling IAM Identity Center in the IoT SiteWise User Guide. This option is only available in Amazon Web Services Regions other than the China Regions.

        • IAM – The portal uses Identity and Access Management to authenticate users and manage user permissions.

        You can't change this value after you create a portal.

        Default: SSO

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthMode, AuthMode
      • alarms

        CreatePortalRequest.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.

        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.