Interface GetAnomalyMonitorsResponse.Builder

    • Method Detail

      • anomalyMonitors

        GetAnomalyMonitorsResponse.Builder anomalyMonitors​(Collection<AnomalyMonitor> anomalyMonitors)

        A list of cost anomaly monitors that includes the detailed metadata for each monitor.

        Parameters:
        anomalyMonitors - A list of cost anomaly monitors that includes the detailed metadata for each monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalyMonitors

        GetAnomalyMonitorsResponse.Builder anomalyMonitors​(AnomalyMonitor... anomalyMonitors)

        A list of cost anomaly monitors that includes the detailed metadata for each monitor.

        Parameters:
        anomalyMonitors - A list of cost anomaly monitors that includes the detailed metadata for each monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        GetAnomalyMonitorsResponse.Builder nextPageToken​(String nextPageToken)

        The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

        Parameters:
        nextPageToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.