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