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