Class CfnConfiguredTablePropsMixin.AggregateColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.AggregateColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregateColumnProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.AggregateColumnProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.AggregateColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregateColumnProperty>
A builder for
CfnConfiguredTablePropsMixin.AggregateColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnNames(List<String> columnNames) Sets the value ofCfnConfiguredTablePropsMixin.AggregateColumnProperty.getColumnNames()Sets the value ofCfnConfiguredTablePropsMixin.AggregateColumnProperty.getFunction()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnNames
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregateColumnProperty.Builder columnNames(List<String> columnNames) Sets the value ofCfnConfiguredTablePropsMixin.AggregateColumnProperty.getColumnNames()- Parameters:
columnNames- Column names in configured table of aggregate columns.- Returns:
this
-
function
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregateColumnProperty.Builder function(String function) Sets the value ofCfnConfiguredTablePropsMixin.AggregateColumnProperty.getFunction()- Parameters:
function- Aggregation function that can be applied to aggregate column in query.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregateColumnProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.AggregateColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-