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