static UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.builder() |
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.frequency(String frequency) |
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.frequency(AnomalySubscriptionFrequency frequency) |
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.monitorArnList(String... monitorArnList) |
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.monitorArnList(Collection<String> monitorArnList) |
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Collection<Subscriber> subscribers) |
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Consumer<Subscriber.Builder>... subscribers) |
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Subscriber... subscribers) |
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscriptionArn(String subscriptionArn) |
A cost anomaly subscription Amazon Resource Name (ARN).
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscriptionName(String subscriptionName) |
The new name of the subscription.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.threshold(Double threshold) |
Deprecated.
|
default UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.thresholdExpression(Consumer<Expression.Builder> thresholdExpression) |
The update to the Expression
object used to specify the anomalies that you want to generate alerts for.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.thresholdExpression(Expression thresholdExpression) |
The update to the Expression
object used to specify the anomalies that you want to generate alerts for.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.toBuilder() |
|