Class CfnDashboardPropsMixin.TableFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldWellsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldWellsProperty>
A builder for
CfnDashboardPropsMixin.TableFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.tableAggregatedFieldWells(CfnDashboardPropsMixin.TableAggregatedFieldWellsProperty tableAggregatedFieldWells) tableAggregatedFieldWells(IResolvable tableAggregatedFieldWells) tableUnaggregatedFieldWells(CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty tableUnaggregatedFieldWells) tableUnaggregatedFieldWells(IResolvable tableUnaggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldWellsProperty.Builder tableAggregatedFieldWells(IResolvable tableAggregatedFieldWells) - Parameters:
tableAggregatedFieldWells- The aggregated field well for the table.- Returns:
this
-
tableAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldWellsProperty.Builder tableAggregatedFieldWells(CfnDashboardPropsMixin.TableAggregatedFieldWellsProperty tableAggregatedFieldWells) - Parameters:
tableAggregatedFieldWells- The aggregated field well for the table.- Returns:
this
-
tableUnaggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldWellsProperty.Builder tableUnaggregatedFieldWells(IResolvable tableUnaggregatedFieldWells) - Parameters:
tableUnaggregatedFieldWells- The unaggregated field well for the table.- Returns:
this
-
tableUnaggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldWellsProperty.Builder tableUnaggregatedFieldWells(CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty tableUnaggregatedFieldWells) - Parameters:
tableUnaggregatedFieldWells- The unaggregated field well for the table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldWellsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-