Interface ListMonitoringSchedulesResponse.Builder

    • Method Detail

      • monitoringScheduleSummaries

        ListMonitoringSchedulesResponse.Builder monitoringScheduleSummaries​(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)

        A JSON array in which each element is a summary for a monitoring schedule.

        Parameters:
        monitoringScheduleSummaries - A JSON array in which each element is a summary for a monitoring schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoringScheduleSummaries

        ListMonitoringSchedulesResponse.Builder monitoringScheduleSummaries​(MonitoringScheduleSummary... monitoringScheduleSummaries)

        A JSON array in which each element is a summary for a monitoring schedule.

        Parameters:
        monitoringScheduleSummaries - A JSON array in which each element is a summary for a monitoring schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMonitoringSchedulesResponse.Builder nextToken​(String nextToken)

        The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

        Parameters:
        nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.