Class CfnDataSet.TransformStepProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.TransformStepProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.TransformStepProperty
CfnDataSet.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.services.quicksight.CfnDataSet.TransformStepProperty
CfnDataSet.TransformStepProperty.Builder, CfnDataSet.TransformStepProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.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 theCfnDataSet.TransformStepProperty.Builder.
-
-
Method Details
-
getAggregateStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that groups data and applies aggregation functions to calculate summary values.Returns union: either
IResolvableorCfnDataSet.AggregateOperationProperty- Specified by:
getAggregateStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getAppendStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that combines rows from multiple sources by stacking them vertically.Returns union: either
IResolvableorCfnDataSet.AppendOperationProperty- Specified by:
getAppendStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getCastColumnTypesStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that changes the data types of one or more columns.Returns union: either
IResolvableorCfnDataSet.CastColumnTypesOperationProperty- Specified by:
getCastColumnTypesStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getCreateColumnsStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform operation that creates calculated columns.
Columns created in one such operation form a lexical closure.
Returns union: either
IResolvableorCfnDataSet.CreateColumnsOperationProperty- Specified by:
getCreateColumnsStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getFiltersStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that applies filter conditions.Returns union: either
IResolvableorCfnDataSet.FiltersOperationProperty- Specified by:
getFiltersStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getImportTableStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that brings data from a source table.Returns union: either
IResolvableorCfnDataSet.ImportTableOperationProperty- Specified by:
getImportTableStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getJoinStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that combines data from two sources based on specified join conditions.Returns union: either
IResolvableorCfnDataSet.JoinOperationProperty- Specified by:
getJoinStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getPivotStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that converts row values into columns to reshape the data structure.Returns union: either
IResolvableorCfnDataSet.PivotOperationProperty- Specified by:
getPivotStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getProjectStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform operation that projects columns.
Operations that come after a projection can only refer to projected columns.
Returns union: either
IResolvableorCfnDataSet.ProjectOperationProperty- Specified by:
getProjectStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getRenameColumnsStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that changes the names of one or more columns.Returns union: either
IResolvableorCfnDataSet.RenameColumnsOperationProperty- Specified by:
getRenameColumnsStepin interfaceCfnDataSet.TransformStepProperty- See Also:
-
getUnpivotStep
Description copied from interface:CfnDataSet.TransformStepPropertyA transform step that converts columns into rows to normalize the data structure.Returns union: either
IResolvableorCfnDataSet.UnpivotOperationProperty- Specified by:
getUnpivotStepin interfaceCfnDataSet.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()
-