Interface CfnDataSetPropsMixin.InputColumnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.InputColumnProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.InputColumnProperty
extends software.amazon.jsii.JsiiSerializable
Metadata for a column that is used as the input of a transform operation.
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.*;
InputColumnProperty inputColumnProperty = InputColumnProperty.builder()
.id("id")
.name("name")
.subType("subType")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.InputColumnPropertystatic final classAn implementation forCfnDataSetPropsMixin.InputColumnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
A unique identifier for the input column.- See Also:
-
getName
The name of this column in the underlying data source.- See Also:
-
getSubType
The sub data type of the column.Sub types are only available for decimal columns that are part of a SPICE dataset.
- See Also:
-
getType
The data type of the column.- See Also:
-
builder
-