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