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