Class CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.PluginVisualConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.PluginVisualConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.PluginVisualConfigurationProperty>
A builder for
CfnTemplatePropsMixin.PluginVisualConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldWells(List<? extends Object> fieldWells) Sets the value ofCfnTemplatePropsMixin.PluginVisualConfigurationProperty.getFieldWells()fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplatePropsMixin.PluginVisualConfigurationProperty.getFieldWells()sortConfiguration(CfnTemplatePropsMixin.PluginVisualSortConfigurationProperty sortConfiguration) sortConfiguration(IResolvable sortConfiguration) visualOptions(CfnTemplatePropsMixin.PluginVisualOptionsProperty visualOptions) visualOptions(IResolvable visualOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldWells
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplatePropsMixin.PluginVisualConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells configuration of the plugin visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder fieldWells(List<? extends Object> fieldWells) Sets the value ofCfnTemplatePropsMixin.PluginVisualConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells configuration of the plugin visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) - Parameters:
sortConfiguration- The sort configuration of the plugin visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder sortConfiguration(CfnTemplatePropsMixin.PluginVisualSortConfigurationProperty sortConfiguration) - Parameters:
sortConfiguration- The sort configuration of the plugin visual.- Returns:
this
-
visualOptions
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder visualOptions(IResolvable visualOptions) - Parameters:
visualOptions- The persisted properties of the plugin visual.- Returns:
this
-
visualOptions
@Stability(Stable) public CfnTemplatePropsMixin.PluginVisualConfigurationProperty.Builder visualOptions(CfnTemplatePropsMixin.PluginVisualOptionsProperty visualOptions) - Parameters:
visualOptions- The persisted properties of the plugin visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.PluginVisualConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.PluginVisualConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-