Class CfnSchedulePropsMixin.SqsParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scheduler.CfnSchedulePropsMixin.SqsParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchedulePropsMixin.SqsParametersProperty>
- Enclosing interface:
CfnSchedulePropsMixin.SqsParametersProperty
@Stability(Stable)
public static final class CfnSchedulePropsMixin.SqsParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchedulePropsMixin.SqsParametersProperty>
A builder for
CfnSchedulePropsMixin.SqsParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.messageGroupId(String messageGroupId) Sets the value ofCfnSchedulePropsMixin.SqsParametersProperty.getMessageGroupId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
messageGroupId
@Stability(Stable) public CfnSchedulePropsMixin.SqsParametersProperty.Builder messageGroupId(String messageGroupId) Sets the value ofCfnSchedulePropsMixin.SqsParametersProperty.getMessageGroupId()- 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<CfnSchedulePropsMixin.SqsParametersProperty>- Returns:
- a new instance of
CfnSchedulePropsMixin.SqsParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-