Class CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty>
- Enclosing interface:
CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty>
A builder for
CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.messageDeduplicationId(String messageDeduplicationId) messageGroupId(String messageGroupId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
messageDeduplicationId
@Stability(Stable) public CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Builder messageDeduplicationId(String messageDeduplicationId) Sets the value ofCfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.getMessageDeduplicationId()- Parameters:
messageDeduplicationId- This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages.- Returns:
this
-
messageGroupId
@Stability(Stable) public CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Builder messageGroupId(String messageGroupId) - Parameters:
messageGroupId- The FIFO message group ID to use as the target.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty>- Returns:
- a new instance of
CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-