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