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