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