Class CfnDataSet.ImportTableOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ImportTableOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ImportTableOperationProperty>
- Enclosing interface:
CfnDataSet.ImportTableOperationProperty
@Stability(Stable)
public static final class CfnDataSet.ImportTableOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ImportTableOperationProperty>
A builder for
CfnDataSet.ImportTableOperationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSet.ImportTableOperationProperty.getAlias()build()Builds the configured instance.source(IResolvable source) Sets the value ofCfnDataSet.ImportTableOperationProperty.getSource()Sets the value ofCfnDataSet.ImportTableOperationProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alias
Sets the value ofCfnDataSet.ImportTableOperationProperty.getAlias()- Parameters:
alias- Alias for this operation. This parameter is required.- Returns:
this
-
source
@Stability(Stable) public CfnDataSet.ImportTableOperationProperty.Builder source(IResolvable source) Sets the value ofCfnDataSet.ImportTableOperationProperty.getSource()- Parameters:
source- The source configuration that specifies which source table to import and any column mappings. This parameter is required.- Returns:
this
-
source
@Stability(Stable) public CfnDataSet.ImportTableOperationProperty.Builder source(CfnDataSet.ImportTableOperationSourceProperty source) Sets the value ofCfnDataSet.ImportTableOperationProperty.getSource()- Parameters:
source- The source configuration that specifies which source table to import and any column mappings. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ImportTableOperationProperty>- Returns:
- a new instance of
CfnDataSet.ImportTableOperationProperty - Throws:
NullPointerException- if any required attribute was not provided
-