Interface PortalSummary.Builder

    • Method Detail

      • id

        PortalSummary.Builder id​(String id)

        The ID of the portal.

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

        PortalSummary.Builder name​(String name)

        The name of the portal.

        Parameters:
        name - The name of the portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        PortalSummary.Builder description​(String description)

        The portal's description.

        Parameters:
        description - The portal's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startUrl

        PortalSummary.Builder startUrl​(String startUrl)

        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.

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

        PortalSummary.Builder creationDate​(Instant creationDate)

        The date the portal was created, in Unix epoch time.

        Parameters:
        creationDate - The date the portal was created, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateDate

        PortalSummary.Builder lastUpdateDate​(Instant lastUpdateDate)

        The date the portal was last updated, in Unix epoch time.

        Parameters:
        lastUpdateDate - The date the portal was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        PortalSummary.Builder status​(PortalStatus status)
        Sets the value of the Status property for this object.
        Parameters:
        status - The new value for the Status property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.