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