Interface ListAppMonitorsResponse.Builder

    • Method Detail

      • appMonitorSummaries

        ListAppMonitorsResponse.Builder appMonitorSummaries​(Collection<AppMonitorSummary> appMonitorSummaries)

        An array of structures that contain information about the returned app monitors.

        Parameters:
        appMonitorSummaries - An array of structures that contain information about the returned app monitors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appMonitorSummaries

        ListAppMonitorsResponse.Builder appMonitorSummaries​(AppMonitorSummary... appMonitorSummaries)

        An array of structures that contain information about the returned app monitors.

        Parameters:
        appMonitorSummaries - An array of structures that contain information about the returned app monitors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppMonitorsResponse.Builder nextToken​(String nextToken)

        A token that you can use in a subsequent operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.