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