Class CfnAnalysis.EmptyVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.EmptyVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.EmptyVisualProperty>
- Enclosing interface:
CfnAnalysis.EmptyVisualProperty
@Stability(Stable)
public static final class CfnAnalysis.EmptyVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.EmptyVisualProperty>
A builder for
CfnAnalysis.EmptyVisualProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysis.EmptyVisualProperty.getActions()actions(IResolvable actions) Sets the value ofCfnAnalysis.EmptyVisualProperty.getActions()build()Builds the configured instance.dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnAnalysis.EmptyVisualProperty.getDataSetIdentifier()Sets the value ofCfnAnalysis.EmptyVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetIdentifier
@Stability(Stable) public CfnAnalysis.EmptyVisualProperty.Builder dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnAnalysis.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 ofCfnAnalysis.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 ofCfnAnalysis.EmptyVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
actions
@Stability(Stable) public CfnAnalysis.EmptyVisualProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnAnalysis.EmptyVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.EmptyVisualProperty>- Returns:
- a new instance of
CfnAnalysis.EmptyVisualProperty - Throws:
NullPointerException- if any required attribute was not provided
-