public static interface GetAnomaliesResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetAnomaliesResponse.Builder,GetAnomaliesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnomaliesResponse.Builder |
anomalies(Anomaly... anomalies)
A list of cost anomalies.
|
GetAnomaliesResponse.Builder |
anomalies(Collection<Anomaly> anomalies)
A list of cost anomalies.
|
GetAnomaliesResponse.Builder |
anomalies(Consumer<Anomaly.Builder>... anomalies)
A list of cost anomalies.
|
GetAnomaliesResponse.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnomaliesResponse.Builder anomalies(Collection<Anomaly> anomalies)
A list of cost anomalies.
anomalies - A list of cost anomalies.GetAnomaliesResponse.Builder anomalies(Anomaly... anomalies)
A list of cost anomalies.
anomalies - A list of cost anomalies.GetAnomaliesResponse.Builder anomalies(Consumer<Anomaly.Builder>... anomalies)
A list of cost anomalies.
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 #anomalies(List) .anomalies - a consumer that will call methods on List.Builder #anomalies(List) GetAnomaliesResponse.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.