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 method that creates an instance of theAnomalyMonitor.Builder avoiding the need to create
one manually via AnomalyMonitor.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalyMonitors(List.
anomalyMonitors - a consumer that will call methods on
AnomalyMonitor.Builder#anomalyMonitors(java.util.Collection) GetAnomalyMonitorsResponse.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.