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