Interface ListMonitorsResponse.Builder

    • Method Detail

      • monitors

        ListMonitorsResponse.Builder monitors​(Collection<MonitorSummary> monitors)

        Lists individual details about each of your monitors.

        Parameters:
        monitors - Lists individual details about each of your monitors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitors

        ListMonitorsResponse.Builder monitors​(MonitorSummary... monitors)

        Lists individual details about each of your monitors.

        Parameters:
        monitors - Lists individual details about each of your monitors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMonitorsResponse.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.