Class CfnFunction.QueueSAMPTProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sam.CfnFunction.QueueSAMPTProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.QueueSAMPTProperty>
- Enclosing interface:
CfnFunction.QueueSAMPTProperty
@Stability(Stable)
public static final class CfnFunction.QueueSAMPTProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.QueueSAMPTProperty>
A builder for
CfnFunction.QueueSAMPTProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFunction.QueueSAMPTProperty.getQueueName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queueName
Sets the value ofCfnFunction.QueueSAMPTProperty.getQueueName()
- Parameters:
queueName
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFunction.QueueSAMPTProperty>
- Returns:
- a new instance of
CfnFunction.QueueSAMPTProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-