Interface GetAnomalySubscriptionsResponse.Builder

    • Method Detail

      • anomalySubscriptions

        GetAnomalySubscriptionsResponse.Builder anomalySubscriptions​(Collection<AnomalySubscription> anomalySubscriptions)

        A list of cost anomaly subscriptions that includes the detailed metadata for each one.

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

        GetAnomalySubscriptionsResponse.Builder anomalySubscriptions​(AnomalySubscription... anomalySubscriptions)

        A list of cost anomaly subscriptions that includes the detailed metadata for each one.

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

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