Class CfnDataSetPropsMixin.TransformStepProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.TransformStepProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.TransformStepProperty
CfnDataSetPropsMixin.TransformStepProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.TransformStepProperty
CfnDataSetPropsMixin.TransformStepProperty.Builder, CfnDataSetPropsMixin.TransformStepProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.TransformStepProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA transform step that groups data and applies aggregation functions to calculate summary values.final ObjectA transform step that combines rows from multiple sources by stacking them vertically.final ObjectA transform step that changes the data types of one or more columns.final ObjectA transform operation that creates calculated columns.final ObjectA transform step that applies filter conditions.final ObjectA transform step that brings data from a source table.final ObjectA transform step that combines data from two sources based on specified join conditions.final ObjectA transform step that converts row values into columns to reshape the data structure.final ObjectA transform operation that projects columns.final ObjectA transform step that changes the names of one or more columns.final ObjectA transform step that converts columns into rows to normalize the data structure.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.TransformStepProperty.Builder.
-
-
Method Details
-
getAggregateStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that groups data and applies aggregation functions to calculate summary values.Returns union: either
IResolvableorCfnDataSetPropsMixin.AggregateOperationProperty- Specified by:
getAggregateStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getAppendStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that combines rows from multiple sources by stacking them vertically.Returns union: either
IResolvableorCfnDataSetPropsMixin.AppendOperationProperty- Specified by:
getAppendStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getCastColumnTypesStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that changes the data types of one or more columns.Returns union: either
IResolvableorCfnDataSetPropsMixin.CastColumnTypesOperationProperty- Specified by:
getCastColumnTypesStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getCreateColumnsStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform operation that creates calculated columns.
Columns created in one such operation form a lexical closure.
Returns union: either
IResolvableorCfnDataSetPropsMixin.CreateColumnsOperationProperty- Specified by:
getCreateColumnsStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getFiltersStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that applies filter conditions.Returns union: either
IResolvableorCfnDataSetPropsMixin.FiltersOperationProperty- Specified by:
getFiltersStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getImportTableStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that brings data from a source table.Returns union: either
IResolvableorCfnDataSetPropsMixin.ImportTableOperationProperty- Specified by:
getImportTableStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getJoinStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that combines data from two sources based on specified join conditions.Returns union: either
IResolvableorCfnDataSetPropsMixin.JoinOperationProperty- Specified by:
getJoinStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getPivotStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that converts row values into columns to reshape the data structure.Returns union: either
IResolvableorCfnDataSetPropsMixin.PivotOperationProperty- Specified by:
getPivotStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getProjectStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform operation that projects columns.
Operations that come after a projection can only refer to projected columns.
Returns union: either
IResolvableorCfnDataSetPropsMixin.ProjectOperationProperty- Specified by:
getProjectStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getRenameColumnsStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that changes the names of one or more columns.Returns union: either
IResolvableorCfnDataSetPropsMixin.RenameColumnsOperationProperty- Specified by:
getRenameColumnsStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
getUnpivotStep
Description copied from interface:CfnDataSetPropsMixin.TransformStepPropertyA transform step that converts columns into rows to normalize the data structure.Returns union: either
IResolvableorCfnDataSetPropsMixin.UnpivotOperationProperty- Specified by:
getUnpivotStepin interfaceCfnDataSetPropsMixin.TransformStepProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-