Class CfnDashboard.ClusterMarkerConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ClusterMarkerConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ClusterMarkerConfigurationProperty>
- Enclosing interface:
CfnDashboard.ClusterMarkerConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.ClusterMarkerConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ClusterMarkerConfigurationProperty>
A builder for
CfnDashboard.ClusterMarkerConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterMarker(IResolvable clusterMarker) Sets the value ofCfnDashboard.ClusterMarkerConfigurationProperty.getClusterMarker()clusterMarker(CfnDashboard.ClusterMarkerProperty clusterMarker) Sets the value ofCfnDashboard.ClusterMarkerConfigurationProperty.getClusterMarker()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterMarker
@Stability(Stable) public CfnDashboard.ClusterMarkerConfigurationProperty.Builder clusterMarker(IResolvable clusterMarker) Sets the value ofCfnDashboard.ClusterMarkerConfigurationProperty.getClusterMarker()- Parameters:
clusterMarker- The cluster marker that is a part of the cluster marker configuration.- Returns:
this
-
clusterMarker
@Stability(Stable) public CfnDashboard.ClusterMarkerConfigurationProperty.Builder clusterMarker(CfnDashboard.ClusterMarkerProperty clusterMarker) Sets the value ofCfnDashboard.ClusterMarkerConfigurationProperty.getClusterMarker()- Parameters:
clusterMarker- The cluster marker that is a part of the cluster marker configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ClusterMarkerConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.ClusterMarkerConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-