Class CfnAnalysis.ParameterDropDownControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ParameterDropDownControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ParameterDropDownControlProperty>
- Enclosing interface:
CfnAnalysis.ParameterDropDownControlProperty
@Stability(Stable)
public static final class CfnAnalysis.ParameterDropDownControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ParameterDropDownControlProperty>
A builder for
CfnAnalysis.ParameterDropDownControlProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.cascadingControlConfiguration
(IResolvable cascadingControlConfiguration) cascadingControlConfiguration
(CfnAnalysis.CascadingControlConfigurationProperty cascadingControlConfiguration) commitMode
(String commitMode) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getCommitMode()
displayOptions
(IResolvable displayOptions) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getDisplayOptions()
displayOptions
(CfnAnalysis.DropDownControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getDisplayOptions()
parameterControlId
(String parameterControlId) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getParameterControlId()
selectableValues
(IResolvable selectableValues) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSelectableValues()
selectableValues
(CfnAnalysis.ParameterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSelectableValues()
sourceParameterName
(String sourceParameterName) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSourceParameterName()
Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getTitle()
Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterControlId
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder parameterControlId(String parameterControlId) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getParameterControlId()
- Parameters:
parameterControlId
- The ID of theParameterDropDownControl
. This parameter is required.- Returns:
this
-
sourceParameterName
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder sourceParameterName(String sourceParameterName) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSourceParameterName()
- Parameters:
sourceParameterName
- The source parameter name of theParameterDropDownControl
. This parameter is required.- Returns:
this
-
title
Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getTitle()
- Parameters:
title
- The title of theParameterDropDownControl
. This parameter is required.- Returns:
this
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.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.ParameterDropDownControlProperty.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
-
commitMode
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder commitMode(String commitMode) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getCommitMode()
- Parameters:
commitMode
- The visibility configuration of the Apply button on aParameterDropDownControl
.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder displayOptions(CfnAnalysis.DropDownControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getDisplayOptions()
- Parameters:
displayOptions
- The display options of a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder selectableValues(IResolvable selectableValues) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSelectableValues()
- Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
selectableValues
@Stability(Stable) public CfnAnalysis.ParameterDropDownControlProperty.Builder selectableValues(CfnAnalysis.ParameterSelectableValuesProperty selectableValues) Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getSelectableValues()
- Parameters:
selectableValues
- A list of selectable values that are used in a control.- Returns:
this
-
type
Sets the value ofCfnAnalysis.ParameterDropDownControlProperty.getType()
- Parameters:
type
- The type parameter name of theParameterDropDownControl
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ParameterDropDownControlProperty>
- Returns:
- a new instance of
CfnAnalysis.ParameterDropDownControlProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-