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