public static interface GetAnomalyMonitorsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetAnomalyMonitorsRequest.Builder,GetAnomalyMonitorsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAnomalyMonitorsRequest.Builder |
maxResults(Integer maxResults)
The number of entries that a paginated response contains.
|
GetAnomalyMonitorsRequest.Builder |
monitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
|
GetAnomalyMonitorsRequest.Builder |
monitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
|
GetAnomalyMonitorsRequest.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetAnomalyMonitorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAnomalyMonitorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnomalyMonitorsRequest.Builder monitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList - A list of cost anomaly monitor ARNs.GetAnomalyMonitorsRequest.Builder monitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList - A list of cost anomaly monitor ARNs.GetAnomalyMonitorsRequest.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.GetAnomalyMonitorsRequest.Builder maxResults(Integer maxResults)
The number of entries that a paginated response contains.
maxResults - The number of entries that a paginated response contains.GetAnomalyMonitorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAnomalyMonitorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.