Class CfnDashboard.EmptyVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.EmptyVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.EmptyVisualProperty>
- Enclosing interface:
CfnDashboard.EmptyVisualProperty
@Stability(Stable)
public static final class CfnDashboard.EmptyVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.EmptyVisualProperty>
A builder for
CfnDashboard.EmptyVisualProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboard.EmptyVisualProperty.getActions()
actions
(IResolvable actions) Sets the value ofCfnDashboard.EmptyVisualProperty.getActions()
build()
Builds the configured instance.dataSetIdentifier
(String dataSetIdentifier) Sets the value ofCfnDashboard.EmptyVisualProperty.getDataSetIdentifier()
Sets the value ofCfnDashboard.EmptyVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetIdentifier
@Stability(Stable) public CfnDashboard.EmptyVisualProperty.Builder dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnDashboard.EmptyVisualProperty.getDataSetIdentifier()
- Parameters:
dataSetIdentifier
- The data set that is used in the empty visual. This parameter is required. Every visual requires a dataset to render.- Returns:
this
-
visualId
Sets the value ofCfnDashboard.EmptyVisualProperty.getVisualId()
- Parameters:
visualId
- The unique identifier of a visual. This parameter is required. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.- Returns:
this
-
actions
Sets the value ofCfnDashboard.EmptyVisualProperty.getActions()
- Parameters:
actions
- The list of custom actions that are configured for a visual.- Returns:
this
-
actions
@Stability(Stable) public CfnDashboard.EmptyVisualProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnDashboard.EmptyVisualProperty.getActions()
- Parameters:
actions
- The list of custom actions that are configured for a visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.EmptyVisualProperty>
- Returns:
- a new instance of
CfnDashboard.EmptyVisualProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-