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