Interface ListMonitoringAlertsResponse.Builder

    • Method Detail

      • monitoringAlertSummaries

        ListMonitoringAlertsResponse.Builder monitoringAlertSummaries​(Collection<MonitoringAlertSummary> monitoringAlertSummaries)

        A JSON array where each element is a summary for a monitoring alert.

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

        ListMonitoringAlertsResponse.Builder monitoringAlertSummaries​(MonitoringAlertSummary... monitoringAlertSummaries)

        A JSON array where each element is a summary for a monitoring alert.

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

        ListMonitoringAlertsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

        Parameters:
        nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.