Class CfnDashboard.AssetOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AssetOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AssetOptionsProperty>
- Enclosing interface:
CfnDashboard.AssetOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.AssetOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AssetOptionsProperty>
A builder for
CfnDashboard.AssetOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.AssetOptionsProperty.getTimezone()
Sets the value ofCfnDashboard.AssetOptionsProperty.getWeekStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timezone
Sets the value ofCfnDashboard.AssetOptionsProperty.getTimezone()
- Parameters:
timezone
- Determines the timezone for the analysis.- Returns:
this
-
weekStart
Sets the value ofCfnDashboard.AssetOptionsProperty.getWeekStart()
- Parameters:
weekStart
- Determines the week start day for an analysis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.AssetOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.AssetOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-