Class CfnTemplatePropsMixin.CascadingControlConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.CascadingControlConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.CascadingControlConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.CascadingControlConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.CascadingControlConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.CascadingControlConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceControls(List<? extends Object> sourceControls) sourceControls(IResolvable sourceControls)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceControls
@Stability(Stable) public CfnTemplatePropsMixin.CascadingControlConfigurationProperty.Builder sourceControls(IResolvable sourceControls) - Parameters:
sourceControls- A list of source controls that determine the values that are used in the current control.- Returns:
this
-
sourceControls
@Stability(Stable) public CfnTemplatePropsMixin.CascadingControlConfigurationProperty.Builder sourceControls(List<? extends Object> sourceControls) - 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<CfnTemplatePropsMixin.CascadingControlConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.CascadingControlConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-