Class CfnTemplatePropsMixin.AssetOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.AssetOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.AssetOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.AssetOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.AssetOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.AssetOptionsProperty>
A builder for
CfnTemplatePropsMixin.AssetOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.AssetOptionsProperty.getTimezone()Sets the value ofCfnTemplatePropsMixin.AssetOptionsProperty.getWeekStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timezone
@Stability(Stable) public CfnTemplatePropsMixin.AssetOptionsProperty.Builder timezone(String timezone) Sets the value ofCfnTemplatePropsMixin.AssetOptionsProperty.getTimezone()- Parameters:
timezone- Determines the timezone for the analysis.- Returns:
this
-
weekStart
@Stability(Stable) public CfnTemplatePropsMixin.AssetOptionsProperty.Builder weekStart(String weekStart) Sets the value ofCfnTemplatePropsMixin.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<CfnTemplatePropsMixin.AssetOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.AssetOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-