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