Uses of Class
software.amazon.awscdk.services.sns.HealthyRetryPolicy.Builder
Packages that use HealthyRetryPolicy.Builder
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of HealthyRetryPolicy.Builder in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return HealthyRetryPolicy.BuilderModifier and TypeMethodDescriptionHealthyRetryPolicy.Builder.backoffFunction(BackoffFunction backoffFunction) Sets the value ofHealthyRetryPolicy.getBackoffFunction()static HealthyRetryPolicy.BuilderHealthyRetryPolicy.builder()HealthyRetryPolicy.Builder.maxDelayTarget(Duration maxDelayTarget) Sets the value ofHealthyRetryPolicy.getMaxDelayTarget()HealthyRetryPolicy.Builder.minDelayTarget(Duration minDelayTarget) Sets the value ofHealthyRetryPolicy.getMinDelayTarget()HealthyRetryPolicy.Builder.numMaxDelayRetries(Number numMaxDelayRetries) Sets the value ofHealthyRetryPolicy.getNumMaxDelayRetries()HealthyRetryPolicy.Builder.numMinDelayRetries(Number numMinDelayRetries) Sets the value ofHealthyRetryPolicy.getNumMinDelayRetries()HealthyRetryPolicy.Builder.numNoDelayRetries(Number numNoDelayRetries) Sets the value ofHealthyRetryPolicy.getNumNoDelayRetries()HealthyRetryPolicy.Builder.numRetries(Number numRetries) Sets the value ofHealthyRetryPolicy.getNumRetries()Constructors in software.amazon.awscdk.services.sns with parameters of type HealthyRetryPolicy.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HealthyRetryPolicy.Builder builder) Constructor that initializes the object based on literal property values passed by theHealthyRetryPolicy.Builder.