Class CloudwatchEventTargetDeadLetterConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetDeadLetterConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudwatchEventTargetDeadLetterConfig>
- Enclosing interface:
- CloudwatchEventTargetDeadLetterConfig
@Stability(Stable) public static final class CloudwatchEventTargetDeadLetterConfig.Builder extends Object implements software.amazon.jsii.Builder<CloudwatchEventTargetDeadLetterConfig>
A builder forCloudwatchEventTargetDeadLetterConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudwatchEventTargetDeadLetterConfig.Builderarn(String arn)Sets the value ofCloudwatchEventTargetDeadLetterConfig.getArn()CloudwatchEventTargetDeadLetterConfigbuild()Builds the configured instance.
-
-
-
Method Detail
-
arn
@Stability(Stable) public CloudwatchEventTargetDeadLetterConfig.Builder arn(String arn)
Sets the value ofCloudwatchEventTargetDeadLetterConfig.getArn()- Parameters:
arn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#arn CloudwatchEventTarget#arn}.- Returns:
this
-
build
@Stability(Stable) public CloudwatchEventTargetDeadLetterConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudwatchEventTargetDeadLetterConfig>- Returns:
- a new instance of
CloudwatchEventTargetDeadLetterConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-