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