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