Class CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TextAreaControlDisplayOptionsProperty>
- Enclosing interface:
- CfnAnalysis.TextAreaControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TextAreaControlDisplayOptionsProperty>
A builder for
CfnAnalysis.TextAreaControlDisplayOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.placeholderOptions(IResolvable placeholderOptions) placeholderOptions(CfnAnalysis.TextControlPlaceholderOptionsProperty placeholderOptions) titleOptions(IResolvable titleOptions) Sets the value ofCfnAnalysis.TextAreaControlDisplayOptionsProperty.getTitleOptions()titleOptions(CfnAnalysis.LabelOptionsProperty titleOptions) Sets the value ofCfnAnalysis.TextAreaControlDisplayOptionsProperty.getTitleOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
placeholderOptions
@Stability(Stable) public CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder placeholderOptions(IResolvable placeholderOptions) - Parameters:
placeholderOptions- The configuration of the placeholder options in a text area control.- Returns:
this
-
placeholderOptions
@Stability(Stable) public CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder placeholderOptions(CfnAnalysis.TextControlPlaceholderOptionsProperty placeholderOptions) - Parameters:
placeholderOptions- The configuration of the placeholder options in a text area control.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) Sets the value ofCfnAnalysis.TextAreaControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnAnalysis.TextAreaControlDisplayOptionsProperty.Builder titleOptions(CfnAnalysis.LabelOptionsProperty titleOptions) Sets the value ofCfnAnalysis.TextAreaControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.TextAreaControlDisplayOptionsProperty>- Returns:
- a new instance of
CfnAnalysis.TextAreaControlDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-