Interface CfnDataSet.TableSemanticMetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.TableSemanticMetadataProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.TableSemanticMetadataProperty
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.services.quicksight.*;
TableSemanticMetadataProperty tableSemanticMetadataProperty = TableSemanticMetadataProperty.builder()
.columnMetadata(List.of(SharedColumnSemanticMetadataProperty.builder()
.columnProperties(List.of(ColumnSemanticPropertyProperty.builder()
.additionalNotes(AdditionalNotesProperty.builder()
.text("text")
.build())
.description(ColumnDescriptionProperty.builder()
.text("text")
.build())
.semanticType(ColumnSemanticTypeProperty.builder()
.geographicalRole("geographicalRole")
.build())
.build()))
// the properties below are optional
.columnNames(List.of("columnNames"))
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.TableSemanticMetadataPropertystatic final classAn implementation forCfnDataSet.TableSemanticMetadataProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.SharedColumnSemanticMetadataProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnMetadata
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.SharedColumnSemanticMetadataProperty>- See Also:
-
builder
-