public static interface UpdateAnomalySubscriptionRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAnomalySubscriptionRequest.Builder,UpdateAnomalySubscriptionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnomalySubscriptionRequest.Builder subscriptionArn(String subscriptionArn)
A cost anomaly subscription Amazon Resource Name (ARN).
subscriptionArn - A cost anomaly subscription Amazon Resource Name (ARN).UpdateAnomalySubscriptionRequest.Builder threshold(Double threshold)
The update to the threshold value for receiving notifications.
threshold - The update to the threshold value for receiving notifications.UpdateAnomalySubscriptionRequest.Builder frequency(String frequency)
The update to the frequency value that subscribers receive notifications.
frequency - The update to the frequency value that subscribers receive notifications.AnomalySubscriptionFrequency,
AnomalySubscriptionFrequencyUpdateAnomalySubscriptionRequest.Builder frequency(AnomalySubscriptionFrequency frequency)
The update to the frequency value that subscribers receive notifications.
frequency - The update to the frequency value that subscribers receive notifications.AnomalySubscriptionFrequency,
AnomalySubscriptionFrequencyUpdateAnomalySubscriptionRequest.Builder monitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList - A list of cost anomaly monitor ARNs.UpdateAnomalySubscriptionRequest.Builder monitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList - A list of cost anomaly monitor ARNs.UpdateAnomalySubscriptionRequest.Builder subscribers(Collection<Subscriber> subscribers)
The update to the subscriber list.
subscribers - The update to the subscriber list.UpdateAnomalySubscriptionRequest.Builder subscribers(Subscriber... subscribers)
The update to the subscriber list.
subscribers - The update to the subscriber list.UpdateAnomalySubscriptionRequest.Builder subscribers(Consumer<Subscriber.Builder>... subscribers)
The update to the subscriber list.
This is a convenience method that creates an instance of theSubscriber.Builder avoiding the need to create one
manually via Subscriber.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #subscribers(List.
subscribers - a consumer that will call methods on
Subscriber.Builder#subscribers(java.util.Collection) UpdateAnomalySubscriptionRequest.Builder subscriptionName(String subscriptionName)
The new name of the subscription.
subscriptionName - The new name of the subscription.UpdateAnomalySubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAnomalySubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.