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