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