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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.excludedDataSetArns(List<String> excludedDataSetArns) Sets the value ofCfnDashboard.AssetOptionsProperty.getExcludedDataSetArns()qBusinessInsightsStatus(String qBusinessInsightsStatus) Sets the value ofCfnDashboard.AssetOptionsProperty.getQBusinessInsightsStatus()Sets the value ofCfnDashboard.AssetOptionsProperty.getTimezone()Sets the value ofCfnDashboard.AssetOptionsProperty.getWeekStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
excludedDataSetArns
@Stability(Stable) public CfnDashboard.AssetOptionsProperty.Builder excludedDataSetArns(List<String> excludedDataSetArns) Sets the value ofCfnDashboard.AssetOptionsProperty.getExcludedDataSetArns()- Parameters:
excludedDataSetArns- A list of dataset ARNS to exclude from Dashboard Q&A.- Returns:
this
-
qBusinessInsightsStatus
@Stability(Stable) public CfnDashboard.AssetOptionsProperty.Builder qBusinessInsightsStatus(String qBusinessInsightsStatus) Sets the value ofCfnDashboard.AssetOptionsProperty.getQBusinessInsightsStatus()- Parameters:
qBusinessInsightsStatus- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.- Returns:
this
-
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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.AssetOptionsProperty>- Returns:
- a new instance of
CfnDashboard.AssetOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-