Class QuicksightDashboardParametersDateTimeParameters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_dashboard.QuicksightDashboardParametersDateTimeParameters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDashboardParametersDateTimeParameters>
- Enclosing interface:
- QuicksightDashboardParametersDateTimeParameters
@Stability(Stable) public static final class QuicksightDashboardParametersDateTimeParameters.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDashboardParametersDateTimeParameters>
A builder forQuicksightDashboardParametersDateTimeParameters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDashboardParametersDateTimeParametersbuild()Builds the configured instance.QuicksightDashboardParametersDateTimeParameters.Buildername(String name)Sets the value ofQuicksightDashboardParametersDateTimeParameters.getName()QuicksightDashboardParametersDateTimeParameters.Buildervalues(List<String> values)Sets the value ofQuicksightDashboardParametersDateTimeParameters.getValues()
-
-
-
Method Detail
-
name
@Stability(Stable) public QuicksightDashboardParametersDateTimeParameters.Builder name(String name)
Sets the value ofQuicksightDashboardParametersDateTimeParameters.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#name QuicksightDashboard#name}. This parameter is required.- Returns:
this
-
values
@Stability(Stable) public QuicksightDashboardParametersDateTimeParameters.Builder values(List<String> values)
Sets the value ofQuicksightDashboardParametersDateTimeParameters.getValues()- Parameters:
values- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#values QuicksightDashboard#values}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public QuicksightDashboardParametersDateTimeParameters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDashboardParametersDateTimeParameters>- Returns:
- a new instance of
QuicksightDashboardParametersDateTimeParameters - Throws:
NullPointerException- if any required attribute was not provided
-
-