Class CfnDataSet.ParentDataSetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ParentDataSetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ParentDataSetProperty>
- Enclosing interface:
CfnDataSet.ParentDataSetProperty
@Stability(Stable)
public static final class CfnDataSet.ParentDataSetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ParentDataSetProperty>
A builder for
CfnDataSet.ParentDataSetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataSetArn(String dataSetArn) Sets the value ofCfnDataSet.ParentDataSetProperty.getDataSetArn()inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSet.ParentDataSetProperty.getInputColumns()inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSet.ParentDataSetProperty.getInputColumns()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetArn
Sets the value ofCfnDataSet.ParentDataSetProperty.getDataSetArn()- Parameters:
dataSetArn- The Amazon Resource Name (ARN) of the parent dataset. This parameter is required.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSet.ParentDataSetProperty.Builder inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSet.ParentDataSetProperty.getInputColumns()- Parameters:
inputColumns- The list of input columns available from the parent dataset. This parameter is required.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSet.ParentDataSetProperty.Builder inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSet.ParentDataSetProperty.getInputColumns()- Parameters:
inputColumns- The list of input columns available from the parent dataset. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ParentDataSetProperty>- Returns:
- a new instance of
CfnDataSet.ParentDataSetProperty - Throws:
NullPointerException- if any required attribute was not provided
-