Class CfnTemplate.CascadingControlConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.CascadingControlConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.CascadingControlConfigurationProperty>
- Enclosing interface:
CfnTemplate.CascadingControlConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.CascadingControlConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.CascadingControlConfigurationProperty>
A builder for
CfnTemplate.CascadingControlConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceControls(List<? extends Object> sourceControls) Sets the value ofCfnTemplate.CascadingControlConfigurationProperty.getSourceControls()sourceControls(IResolvable sourceControls) Sets the value ofCfnTemplate.CascadingControlConfigurationProperty.getSourceControls()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceControls
@Stability(Stable) public CfnTemplate.CascadingControlConfigurationProperty.Builder sourceControls(IResolvable sourceControls) Sets the value ofCfnTemplate.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 CfnTemplate.CascadingControlConfigurationProperty.Builder sourceControls(List<? extends Object> sourceControls) Sets the value ofCfnTemplate.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.CascadingControlConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.CascadingControlConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-