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