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