Class CfnTopicV2.DataSetRelationEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopicV2.DataSetRelationEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicV2.DataSetRelationEndpointProperty>
- Enclosing interface:
CfnTopicV2.DataSetRelationEndpointProperty
@Stability(Stable)
public static final class CfnTopicV2.DataSetRelationEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicV2.DataSetRelationEndpointProperty>
A builder for
CfnTopicV2.DataSetRelationEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnNames(List<String> columnNames) Sets the value ofCfnTopicV2.DataSetRelationEndpointProperty.getColumnNames()dataSetArn(String dataSetArn) Sets the value ofCfnTopicV2.DataSetRelationEndpointProperty.getDataSetArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnNames
@Stability(Stable) public CfnTopicV2.DataSetRelationEndpointProperty.Builder columnNames(List<String> columnNames) Sets the value ofCfnTopicV2.DataSetRelationEndpointProperty.getColumnNames()- Parameters:
columnNames- the value to be set. This parameter is required.- Returns:
this
-
dataSetArn
@Stability(Stable) public CfnTopicV2.DataSetRelationEndpointProperty.Builder dataSetArn(String dataSetArn) Sets the value ofCfnTopicV2.DataSetRelationEndpointProperty.getDataSetArn()- Parameters:
dataSetArn- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicV2.DataSetRelationEndpointProperty>- Returns:
- a new instance of
CfnTopicV2.DataSetRelationEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-