Class CfnAnalysis.CustomNarrativeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomNarrativeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.CustomNarrativeOptionsProperty>
- Enclosing interface:
CfnAnalysis.CustomNarrativeOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.CustomNarrativeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.CustomNarrativeOptionsProperty>
A builder for
CfnAnalysis.CustomNarrativeOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysis.CustomNarrativeOptionsProperty.getNarrative()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
narrative
@Stability(Stable) public CfnAnalysis.CustomNarrativeOptionsProperty.Builder narrative(String narrative) Sets the value ofCfnAnalysis.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<CfnAnalysis.CustomNarrativeOptionsProperty>- Returns:
- a new instance of
CfnAnalysis.CustomNarrativeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-