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