Class CfnDashboardPropsMixin.CustomNarrativeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.CustomNarrativeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomNarrativeOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.CustomNarrativeOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.CustomNarrativeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomNarrativeOptionsProperty>
A builder for
CfnDashboardPropsMixin.CustomNarrativeOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.CustomNarrativeOptionsProperty.getNarrative()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
narrative
@Stability(Stable) public CfnDashboardPropsMixin.CustomNarrativeOptionsProperty.Builder narrative(String narrative) Sets the value ofCfnDashboardPropsMixin.CustomNarrativeOptionsProperty.getNarrative()- Parameters:
narrative- The string input of custom narrative.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomNarrativeOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.CustomNarrativeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-