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