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 at which subscribers will receive notifications.
frequency - The update to the frequency value at which subscribers will receive notifications.AnomalySubscriptionFrequency,
AnomalySubscriptionFrequencyUpdateAnomalySubscriptionRequest.Builder frequency(AnomalySubscriptionFrequency frequency)
The update to the frequency value at which subscribers will receive notifications.
frequency - The update to the frequency value at which subscribers will 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subscribers(List) .subscribers - a consumer that will call methods on List.Builder #subscribers(List) UpdateAnomalySubscriptionRequest.Builder subscriptionName(String subscriptionName)
The subscription's new name.
subscriptionName - The subscription's new name.UpdateAnomalySubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAnomalySubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.