Class CfnSchedulePropsMixin.DeadLetterConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.scheduler.mixins.CfnSchedulePropsMixin.DeadLetterConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchedulePropsMixin.DeadLetterConfigProperty>
- Enclosing interface:
CfnSchedulePropsMixin.DeadLetterConfigProperty
@Stability(Stable)
public static final class CfnSchedulePropsMixin.DeadLetterConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchedulePropsMixin.DeadLetterConfigProperty>
A builder for
CfnSchedulePropsMixin.DeadLetterConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSchedulePropsMixin.DeadLetterConfigProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnSchedulePropsMixin.DeadLetterConfigProperty.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchedulePropsMixin.DeadLetterConfigProperty>- Returns:
- a new instance of
CfnSchedulePropsMixin.DeadLetterConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-