Class CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepConfigurationProperty>
- Enclosing interface:
CfnDataSetPropsMixin.DataPrepConfigurationProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepConfigurationProperty>
A builder for
CfnDataSetPropsMixin.DataPrepConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationTableMap(Map<String, ? extends Object> destinationTableMap) destinationTableMap(IResolvable destinationTableMap) sourceTableMap(Map<String, ? extends Object> sourceTableMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getSourceTableMap()sourceTableMap(IResolvable sourceTableMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getSourceTableMap()transformStepMap(Map<String, ? extends Object> transformStepMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getTransformStepMap()transformStepMap(IResolvable transformStepMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getTransformStepMap()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationTableMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder destinationTableMap(IResolvable destinationTableMap) - Parameters:
destinationTableMap- A map of destination tables that receive the final prepared data.- Returns:
this
-
destinationTableMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder destinationTableMap(Map<String, ? extends Object> destinationTableMap) - Parameters:
destinationTableMap- A map of destination tables that receive the final prepared data.- Returns:
this
-
sourceTableMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder sourceTableMap(IResolvable sourceTableMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getSourceTableMap()- Parameters:
sourceTableMap- A map of source tables that provide information about underlying sources.- Returns:
this
-
sourceTableMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder sourceTableMap(Map<String, ? extends Object> sourceTableMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getSourceTableMap()- Parameters:
sourceTableMap- A map of source tables that provide information about underlying sources.- Returns:
this
-
transformStepMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder transformStepMap(IResolvable transformStepMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getTransformStepMap()- Parameters:
transformStepMap- A map of transformation steps that process the data.- Returns:
this
-
transformStepMap
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder transformStepMap(Map<String, ? extends Object> transformStepMap) Sets the value ofCfnDataSetPropsMixin.DataPrepConfigurationProperty.getTransformStepMap()- Parameters:
transformStepMap- A map of transformation steps that process the data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepConfigurationProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.DataPrepConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-