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