Class CfnDashboard.CascadingControlConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.CascadingControlConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.CascadingControlConfigurationProperty>
- Enclosing interface:
CfnDashboard.CascadingControlConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.CascadingControlConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.CascadingControlConfigurationProperty>
A builder for
CfnDashboard.CascadingControlConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sourceControls
(List<? extends Object> sourceControls) Sets the value ofCfnDashboard.CascadingControlConfigurationProperty.getSourceControls()
sourceControls
(IResolvable sourceControls) Sets the value ofCfnDashboard.CascadingControlConfigurationProperty.getSourceControls()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceControls
@Stability(Stable) public CfnDashboard.CascadingControlConfigurationProperty.Builder sourceControls(IResolvable sourceControls) Sets the value ofCfnDashboard.CascadingControlConfigurationProperty.getSourceControls()
- Parameters:
sourceControls
- A list of source controls that determine the values that are used in the current control.- Returns:
this
-
sourceControls
@Stability(Stable) public CfnDashboard.CascadingControlConfigurationProperty.Builder sourceControls(List<? extends Object> sourceControls) Sets the value ofCfnDashboard.CascadingControlConfigurationProperty.getSourceControls()
- Parameters:
sourceControls
- A list of source controls that determine the values that are used in the current control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.CascadingControlConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.CascadingControlConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-