Class CfnTopicPropsMixin.TopicConfigOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.TopicConfigOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicPropsMixin.TopicConfigOptionsProperty>
- Enclosing interface:
CfnTopicPropsMixin.TopicConfigOptionsProperty
@Stability(Stable)
public static final class CfnTopicPropsMixin.TopicConfigOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicPropsMixin.TopicConfigOptionsProperty>
A builder for
CfnTopicPropsMixin.TopicConfigOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.qBusinessInsightsEnabled(Boolean qBusinessInsightsEnabled) qBusinessInsightsEnabled(IResolvable qBusinessInsightsEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
qBusinessInsightsEnabled
@Stability(Stable) public CfnTopicPropsMixin.TopicConfigOptionsProperty.Builder qBusinessInsightsEnabled(Boolean qBusinessInsightsEnabled) - Parameters:
qBusinessInsightsEnabled- Enables Amazon Q Business Insights for aTopic.- Returns:
this
-
qBusinessInsightsEnabled
@Stability(Stable) public CfnTopicPropsMixin.TopicConfigOptionsProperty.Builder qBusinessInsightsEnabled(IResolvable qBusinessInsightsEnabled) - Parameters:
qBusinessInsightsEnabled- Enables Amazon Q Business Insights for aTopic.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicPropsMixin.TopicConfigOptionsProperty>- Returns:
- a new instance of
CfnTopicPropsMixin.TopicConfigOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-