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