Class CfnAnalysis.FilterDropDownControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterDropDownControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.FilterDropDownControlProperty>
- Enclosing interface:
- CfnAnalysis.FilterDropDownControlProperty
@Stability(Stable)
public static final class CfnAnalysis.FilterDropDownControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.FilterDropDownControlProperty>
A builder for
CfnAnalysis.FilterDropDownControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cascadingControlConfiguration(IResolvable cascadingControlConfiguration) cascadingControlConfiguration(CfnAnalysis.CascadingControlConfigurationProperty cascadingControlConfiguration) displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getDisplayOptions()displayOptions(CfnAnalysis.DropDownControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getDisplayOptions()filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getFilterControlId()selectableValues(IResolvable selectableValues) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSelectableValues()selectableValues(CfnAnalysis.FilterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSelectableValues()sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSourceFilterId()Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getTitle()Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterControlId
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getFilterControlId()- Parameters:
filterControlId- The ID of theFilterDropDownControl. This parameter is required.- Returns:
this
-
sourceFilterId
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSourceFilterId()- Parameters:
sourceFilterId- The source filter ID of theFilterDropDownControl. This parameter is required.- Returns:
this
-
title
Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getTitle()- Parameters:
title- The title of theFilterDropDownControl. This parameter is required.- Returns:
this
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder cascadingControlConfiguration(IResolvable cascadingControlConfiguration) - Parameters:
cascadingControlConfiguration- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Returns:
this
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder cascadingControlConfiguration(CfnAnalysis.CascadingControlConfigurationProperty cascadingControlConfiguration) - Parameters:
cascadingControlConfiguration- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of theFilterDropDownControl.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder displayOptions(CfnAnalysis.DropDownControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of theFilterDropDownControl.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder selectableValues(IResolvable selectableValues) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSelectableValues()- Parameters:
selectableValues- A list of selectable values that are used in a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.FilterDropDownControlProperty.Builder selectableValues(CfnAnalysis.FilterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getSelectableValues()- Parameters:
selectableValues- A list of selectable values that are used in a control.- Returns:
this
-
type
Sets the value ofCfnAnalysis.FilterDropDownControlProperty.getType()- Parameters:
type- The type of theFilterDropDownControl. Choose one of the following options:.MULTI_SELECT: The user can select multiple entries from a dropdown menu.SINGLE_SELECT: The user can select a single entry from a dropdown menu.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.FilterDropDownControlProperty>- Returns:
- a new instance of
CfnAnalysis.FilterDropDownControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-