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