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