Interface CfnDataSetPropsMixin.CustomInstructionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.CustomInstructionProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.CustomInstructionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
CustomInstructionProperty customInstructionProperty = CustomInstructionProperty.builder()
.inlineCustomInstruction(InlineCustomInstructionProperty.builder()
.instructionText("instructionText")
.uploadedDocumentMetadata(UploadedDocumentMetadataProperty.builder()
.name("name")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.CustomInstructionPropertystatic final classAn implementation forCfnDataSetPropsMixin.CustomInstructionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDataSetPropsMixin.InlineCustomInstructionPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInlineCustomInstruction
Returns union: eitherIResolvableorCfnDataSetPropsMixin.InlineCustomInstructionProperty- See Also:
-
builder
-