Class CfnDataSet.ProjectOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ProjectOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ProjectOperationProperty>
- Enclosing interface:
CfnDataSet.ProjectOperationProperty
@Stability(Stable)
public static final class CfnDataSet.ProjectOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ProjectOperationProperty>
A builder for
CfnDataSet.ProjectOperationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSet.ProjectOperationProperty.getAlias()build()Builds the configured instance.projectedColumns(List<String> projectedColumns) Sets the value ofCfnDataSet.ProjectOperationProperty.getProjectedColumns()source(IResolvable source) Sets the value ofCfnDataSet.ProjectOperationProperty.getSource()Sets the value ofCfnDataSet.ProjectOperationProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alias
Sets the value ofCfnDataSet.ProjectOperationProperty.getAlias()- Parameters:
alias- Alias for this operation.- Returns:
this
-
projectedColumns
@Stability(Stable) public CfnDataSet.ProjectOperationProperty.Builder projectedColumns(List<String> projectedColumns) Sets the value ofCfnDataSet.ProjectOperationProperty.getProjectedColumns()- Parameters:
projectedColumns- Projected columns.- Returns:
this
-
source
Sets the value ofCfnDataSet.ProjectOperationProperty.getSource()- Parameters:
source- The source transform operation that provides input data for column projection.- Returns:
this
-
source
@Stability(Stable) public CfnDataSet.ProjectOperationProperty.Builder source(CfnDataSet.TransformOperationSourceProperty source) Sets the value ofCfnDataSet.ProjectOperationProperty.getSource()- Parameters:
source- The source transform operation that provides input data for column projection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ProjectOperationProperty>- Returns:
- a new instance of
CfnDataSet.ProjectOperationProperty - Throws:
NullPointerException- if any required attribute was not provided
-