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