public static interface GetAnomalyMonitorsResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetAnomalyMonitorsResponse.Builder,GetAnomalyMonitorsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnomalyMonitorsResponse.Builder |
anomalyMonitors(AnomalyMonitor... anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
GetAnomalyMonitorsResponse.Builder |
anomalyMonitors(Collection<AnomalyMonitor> anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
GetAnomalyMonitorsResponse.Builder |
anomalyMonitors(Consumer<AnomalyMonitor.Builder>... anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
GetAnomalyMonitorsResponse.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnomalyMonitorsResponse.Builder anomalyMonitors(Collection<AnomalyMonitor> anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
anomalyMonitors - A list of cost anomaly monitors that includes the detailed metadata for each monitor.GetAnomalyMonitorsResponse.Builder anomalyMonitors(AnomalyMonitor... anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
anomalyMonitors - A list of cost anomaly monitors that includes the detailed metadata for each monitor.GetAnomalyMonitorsResponse.Builder anomalyMonitors(Consumer<AnomalyMonitor.Builder>... anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
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 #anomalyMonitors(List) .anomalyMonitors - a consumer that will call methods on List.Builder #anomalyMonitors(List) GetAnomalyMonitorsResponse.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.