Class CfnDashboardPropsMixin.PluginVisualPropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PluginVisualPropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualPropertyProperty>
- Enclosing interface:
CfnDashboardPropsMixin.PluginVisualPropertyProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.PluginVisualPropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualPropertyProperty>
A builder for
CfnDashboardPropsMixin.PluginVisualPropertyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.PluginVisualPropertyProperty.getName()Sets the value ofCfnDashboardPropsMixin.PluginVisualPropertyProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualPropertyProperty.Builder name(String name) Sets the value ofCfnDashboardPropsMixin.PluginVisualPropertyProperty.getName()- Parameters:
name- The name of the plugin visual property.- Returns:
this
-
value
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualPropertyProperty.Builder value(String value) Sets the value ofCfnDashboardPropsMixin.PluginVisualPropertyProperty.getValue()- Parameters:
value- The value of the plugin visual property.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualPropertyProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.PluginVisualPropertyProperty - Throws:
NullPointerException- if any required attribute was not provided
-