Class CfnDashboardPropsMixin.StringParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.StringParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.StringParameterProperty>
- Enclosing interface:
CfnDashboardPropsMixin.StringParameterProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.StringParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.StringParameterProperty>
A builder for
CfnDashboardPropsMixin.StringParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.StringParameterProperty.getName()Sets the value ofCfnDashboardPropsMixin.StringParameterProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDashboardPropsMixin.StringParameterProperty.getName()- Parameters:
name- A display name for a string parameter.- Returns:
this
-
values
@Stability(Stable) public CfnDashboardPropsMixin.StringParameterProperty.Builder values(List<String> values) Sets the value ofCfnDashboardPropsMixin.StringParameterProperty.getValues()- Parameters:
values- The values of a string parameter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.StringParameterProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.StringParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-