Interface ListMonitorsResponse.Builder

    • Method Detail

      • monitors

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

        An array of objects that summarize each monitor's properties.

        Parameters:
        monitors - An array of objects that summarize each monitor's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitors

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

        An array of objects that summarize each monitor's properties.

        Parameters:
        monitors - An array of objects that summarize each monitor's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMonitorsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

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