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