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