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