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