Class CfnDashboard.ParameterTextAreaControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ParameterTextAreaControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ParameterTextAreaControlProperty>
- Enclosing interface:
CfnDashboard.ParameterTextAreaControlProperty
@Stability(Stable)
public static final class CfnDashboard.ParameterTextAreaControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ParameterTextAreaControlProperty>
A builder for
CfnDashboard.ParameterTextAreaControlProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDelimiter()
displayOptions
(IResolvable displayOptions) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDisplayOptions()
displayOptions
(CfnDashboard.TextAreaControlDisplayOptionsProperty displayOptions) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDisplayOptions()
parameterControlId
(String parameterControlId) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getParameterControlId()
sourceParameterName
(String sourceParameterName) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getSourceParameterName()
Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterControlId
@Stability(Stable) public CfnDashboard.ParameterTextAreaControlProperty.Builder parameterControlId(String parameterControlId) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getParameterControlId()
- Parameters:
parameterControlId
- The ID of theParameterTextAreaControl
. This parameter is required.- Returns:
this
-
sourceParameterName
@Stability(Stable) public CfnDashboard.ParameterTextAreaControlProperty.Builder sourceParameterName(String sourceParameterName) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getSourceParameterName()
- Parameters:
sourceParameterName
- The source parameter name of theParameterTextAreaControl
. This parameter is required.- Returns:
this
-
title
Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getTitle()
- Parameters:
title
- The title of theParameterTextAreaControl
. This parameter is required.- Returns:
this
-
delimiter
@Stability(Stable) public CfnDashboard.ParameterTextAreaControlProperty.Builder delimiter(String delimiter) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDelimiter()
- Parameters:
delimiter
- The delimiter that is used to separate the lines in text.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboard.ParameterTextAreaControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboard.ParameterTextAreaControlProperty.Builder displayOptions(CfnDashboard.TextAreaControlDisplayOptionsProperty displayOptions) Sets the value ofCfnDashboard.ParameterTextAreaControlProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ParameterTextAreaControlProperty>
- Returns:
- a new instance of
CfnDashboard.ParameterTextAreaControlProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-