Class CfnAnalysisPropsMixin.ParameterListControlProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ParameterListControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterListControlProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ParameterListControlProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ParameterListControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterListControlProperty>
A builder for
CfnAnalysisPropsMixin.ParameterListControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cascadingControlConfiguration(CfnAnalysisPropsMixin.CascadingControlConfigurationProperty cascadingControlConfiguration) cascadingControlConfiguration(IResolvable cascadingControlConfiguration) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getDisplayOptions()displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getDisplayOptions()parameterControlId(String parameterControlId) selectableValues(CfnAnalysisPropsMixin.ParameterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getSelectableValues()selectableValues(IResolvable selectableValues) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getSelectableValues()sourceParameterName(String sourceParameterName) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getTitle()Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder cascadingControlConfiguration(IResolvable cascadingControlConfiguration) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getCascadingControlConfiguration()- 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 CfnAnalysisPropsMixin.ParameterListControlProperty.Builder cascadingControlConfiguration(CfnAnalysisPropsMixin.CascadingControlConfigurationProperty cascadingControlConfiguration) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getCascadingControlConfiguration()- 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 CfnAnalysisPropsMixin.ParameterListControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder displayOptions(CfnAnalysisPropsMixin.ListControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
parameterControlId
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder parameterControlId(String parameterControlId) - Parameters:
parameterControlId- The ID of theParameterListControl.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder selectableValues(IResolvable selectableValues) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getSelectableValues()- Parameters:
selectableValues- A list of selectable values that are used in a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder selectableValues(CfnAnalysisPropsMixin.ParameterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getSelectableValues()- Parameters:
selectableValues- A list of selectable values that are used in a control.- Returns:
this
-
sourceParameterName
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder sourceParameterName(String sourceParameterName) - Parameters:
sourceParameterName- The source parameter name of theParameterListControl.- Returns:
this
-
title
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder title(String title) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getTitle()- Parameters:
title- The title of theParameterListControl.- Returns:
this
-
type
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterListControlProperty.Builder type(String type) Sets the value ofCfnAnalysisPropsMixin.ParameterListControlProperty.getType()- Parameters:
type- The type ofParameterListControl.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterListControlProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ParameterListControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-