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