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 method that creates an instance of theAnomalySubscription.Builder avoiding the need to
create one manually via
AnomalySubscription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalySubscriptions(List.
anomalySubscriptions - a consumer that will call methods on
AnomalySubscription.Builder#anomalySubscriptions(java.util.Collection) 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.
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.Copyright © 2022. All rights reserved.