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