Interface CfnDataSetPropsMixin.ColumnSemanticPropertyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.ColumnSemanticPropertyProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.ColumnSemanticPropertyProperty
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.*;
ColumnSemanticPropertyProperty columnSemanticPropertyProperty = ColumnSemanticPropertyProperty.builder()
.additionalNotes(AdditionalNotesProperty.builder()
.text("text")
.build())
.description(ColumnDescriptionProperty.builder()
.text("text")
.build())
.semanticType(ColumnSemanticTypeProperty.builder()
.geographicalRole("geographicalRole")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.ColumnSemanticPropertyPropertystatic final classAn implementation forCfnDataSetPropsMixin.ColumnSemanticPropertyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDataSetPropsMixin.AdditionalNotesPropertydefault ObjectMetadata that contains a description for a column.default ObjectReturns union: eitherIResolvableorCfnDataSetPropsMixin.ColumnSemanticTypePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdditionalNotes
Returns union: eitherIResolvableorCfnDataSetPropsMixin.AdditionalNotesProperty- See Also:
-
getDescription
Metadata that contains a description for a column.
.Returns union: either
IResolvableorCfnDataSetPropsMixin.ColumnDescriptionProperty- See Also:
-
getSemanticType
Returns union: eitherIResolvableorCfnDataSetPropsMixin.ColumnSemanticTypeProperty- See Also:
-
builder
-