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