Interface AppMonitorSummary.Builder

    • Method Detail

      • created

        AppMonitorSummary.Builder created​(String created)

        The date and time that the app monitor was created.

        Parameters:
        created - The date and time that the app monitor was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AppMonitorSummary.Builder id​(String id)

        The unique ID of this app monitor.

        Parameters:
        id - The unique ID of this app monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModified

        AppMonitorSummary.Builder lastModified​(String lastModified)

        The date and time of the most recent changes to this app monitor's configuration.

        Parameters:
        lastModified - The date and time of the most recent changes to this app monitor's configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AppMonitorSummary.Builder name​(String name)

        The name of this app monitor.

        Parameters:
        name - The name of this app monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        AppMonitorSummary.Builder state​(String state)

        The current state of this app monitor.

        Parameters:
        state - The current state of this app monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StateEnum, StateEnum
      • state

        AppMonitorSummary.Builder state​(StateEnum state)

        The current state of this app monitor.

        Parameters:
        state - The current state of this app monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StateEnum, StateEnum