public static interface GetAnomalySubscriptionsResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetAnomalySubscriptionsResponse.Builder,GetAnomalySubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnomalySubscriptionsResponse.Builder |
anomalySubscriptions(AnomalySubscription... anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
|
GetAnomalySubscriptionsResponse.Builder |
anomalySubscriptions(Collection<AnomalySubscription> anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
|
GetAnomalySubscriptionsResponse.Builder |
anomalySubscriptions(Consumer<AnomalySubscription.Builder>... anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
|
GetAnomalySubscriptionsResponse.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnomalySubscriptionsResponse.Builder anomalySubscriptions(Collection<AnomalySubscription> anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
anomalySubscriptions - A list of cost anomaly subscriptions that includes the detailed metadata for each one.GetAnomalySubscriptionsResponse.Builder anomalySubscriptions(AnomalySubscription... anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
anomalySubscriptions - A list of cost anomaly subscriptions that includes the detailed metadata for each one.GetAnomalySubscriptionsResponse.Builder anomalySubscriptions(Consumer<AnomalySubscription.Builder>... anomalySubscriptions)
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #anomalySubscriptions(List) .anomalySubscriptions - a consumer that will call methods on List.Builder #anomalySubscriptions(List) GetAnomalySubscriptionsResponse.Builder nextPageToken(String nextPageToken)
The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken - The token to retrieve the next set of results. AWS provides the token when the response from a
previous call has more results than the maximum page size.Copyright © 2021. All rights reserved.