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