Interface ListMonitoringExecutionsResponse.Builder

    • Method Detail

      • monitoringExecutionSummaries

        ListMonitoringExecutionsResponse.Builder monitoringExecutionSummaries​(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)

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

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

        ListMonitoringExecutionsResponse.Builder monitoringExecutionSummaries​(MonitoringExecutionSummary... monitoringExecutionSummaries)

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

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

        ListMonitoringExecutionsResponse.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.