Class CfnAnalysis.FilterTextFieldControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterTextFieldControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.FilterTextFieldControlProperty>
- Enclosing interface:
CfnAnalysis.FilterTextFieldControlProperty
@Stability(Stable)
public static final class CfnAnalysis.FilterTextFieldControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.FilterTextFieldControlProperty>
A builder for
CfnAnalysis.FilterTextFieldControlProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.displayOptions
(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getDisplayOptions()
displayOptions
(CfnAnalysis.TextFieldControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getDisplayOptions()
filterControlId
(String filterControlId) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getFilterControlId()
sourceFilterId
(String sourceFilterId) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getSourceFilterId()
Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterControlId
@Stability(Stable) public CfnAnalysis.FilterTextFieldControlProperty.Builder filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getFilterControlId()
- Parameters:
filterControlId
- The ID of theFilterTextFieldControl
. This parameter is required.- Returns:
this
-
sourceFilterId
@Stability(Stable) public CfnAnalysis.FilterTextFieldControlProperty.Builder sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getSourceFilterId()
- Parameters:
sourceFilterId
- The source filter ID of theFilterTextFieldControl
. This parameter is required.- Returns:
this
-
title
Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getTitle()
- Parameters:
title
- The title of theFilterTextFieldControl
. This parameter is required.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterTextFieldControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterTextFieldControlProperty.Builder displayOptions(CfnAnalysis.TextFieldControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.FilterTextFieldControlProperty.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.FilterTextFieldControlProperty>
- Returns:
- a new instance of
CfnAnalysis.FilterTextFieldControlProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-