Class CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
values
@Stability(Stable) public CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.getValues()- Parameters:
values- The values field well for a pivot table. Values are unaggregated for an unaggregated table.- Returns:
this
-
values
@Stability(Stable) public CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty.getValues()- Parameters:
values- The values field well for a pivot table. Values are unaggregated for an unaggregated table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TableUnaggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-