Class CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.TransformOperationSourceProperty>
- Enclosing interface:
CfnDataSetPropsMixin.TransformOperationSourceProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.TransformOperationSourceProperty>
A builder for
CfnDataSetPropsMixin.TransformOperationSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnIdMappings(List<? extends Object> columnIdMappings) columnIdMappings(IResolvable columnIdMappings) transformOperationId(String transformOperationId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnIdMappings
@Stability(Stable) public CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder columnIdMappings(IResolvable columnIdMappings) - Parameters:
columnIdMappings- The mappings between source column identifiers and target column identifiers for this transformation.- Returns:
this
-
columnIdMappings
@Stability(Stable) public CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder columnIdMappings(List<? extends Object> columnIdMappings) - Parameters:
columnIdMappings- The mappings between source column identifiers and target column identifiers for this transformation.- Returns:
this
-
transformOperationId
@Stability(Stable) public CfnDataSetPropsMixin.TransformOperationSourceProperty.Builder transformOperationId(String transformOperationId) - Parameters:
transformOperationId- The identifier of the transform operation that provides input data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.TransformOperationSourceProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.TransformOperationSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-