Interface AssetOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetOptions.Builder,,AssetOptions> SdkBuilder<AssetOptions.Builder,,AssetOptions> SdkPojo
- Enclosing class:
AssetOptions
-
Method Summary
Modifier and TypeMethodDescriptiondefault AssetOptions.BuildercustomActionDefaults(Consumer<VisualCustomActionDefaults.Builder> customActionDefaults) A list of visual custom actions for the analysis.customActionDefaults(VisualCustomActionDefaults customActionDefaults) A list of visual custom actions for the analysis.excludedDataSetArns(String... excludedDataSetArns) A list of dataset ARNS to exclude from Dashboard Q&A.excludedDataSetArns(Collection<String> excludedDataSetArns) A list of dataset ARNS to exclude from Dashboard Q&A.qBusinessInsightsStatus(String qBusinessInsightsStatus) Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.qBusinessInsightsStatus(QBusinessInsightsStatus qBusinessInsightsStatus) Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.Determines the timezone for the analysis.default AssetOptions.BuildervisualMessages(Consumer<VisualMessages.Builder> visualMessages) The configuration options for the messages that are displayed on visuals in the analysis.visualMessages(VisualMessages visualMessages) The configuration options for the messages that are displayed on visuals in the analysis.Determines the week start day for an analysis.weekStart(DayOfTheWeek weekStart) Determines the week start day for an analysis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timezone
Determines the timezone for the analysis.
- Parameters:
timezone- Determines the timezone for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weekStart
Determines the week start day for an analysis.
- Parameters:
weekStart- Determines the week start day for an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
weekStart
Determines the week start day for an analysis.
- Parameters:
weekStart- Determines the week start day for an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qBusinessInsightsStatus
Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- Parameters:
qBusinessInsightsStatus- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qBusinessInsightsStatus
Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- Parameters:
qBusinessInsightsStatus- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
excludedDataSetArns
A list of dataset ARNS to exclude from Dashboard Q&A.
- Parameters:
excludedDataSetArns- A list of dataset ARNS to exclude from Dashboard Q&A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedDataSetArns
A list of dataset ARNS to exclude from Dashboard Q&A.
- Parameters:
excludedDataSetArns- A list of dataset ARNS to exclude from Dashboard Q&A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customActionDefaults
A list of visual custom actions for the analysis.
- Parameters:
customActionDefaults- A list of visual custom actions for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customActionDefaults
default AssetOptions.Builder customActionDefaults(Consumer<VisualCustomActionDefaults.Builder> customActionDefaults) A list of visual custom actions for the analysis.
This is a convenience method that creates an instance of theVisualCustomActionDefaults.Builderavoiding the need to create one manually viaVisualCustomActionDefaults.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomActionDefaults(VisualCustomActionDefaults).- Parameters:
customActionDefaults- a consumer that will call methods onVisualCustomActionDefaults.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualMessages
The configuration options for the messages that are displayed on visuals in the analysis.
- Parameters:
visualMessages- The configuration options for the messages that are displayed on visuals in the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualMessages
The configuration options for the messages that are displayed on visuals in the analysis.
This is a convenience method that creates an instance of theVisualMessages.Builderavoiding the need to create one manually viaVisualMessages.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisualMessages(VisualMessages).- Parameters:
visualMessages- a consumer that will call methods onVisualMessages.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-