Interface AggregateColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggregateColumn.Builder,
,AggregateColumn> SdkBuilder<AggregateColumn.Builder,
,AggregateColumn> SdkPojo
- Enclosing class:
AggregateColumn
@Mutable
@NotThreadSafe
public static interface AggregateColumn.Builder
extends SdkPojo, CopyableBuilder<AggregateColumn.Builder,AggregateColumn>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnNames
(String... columnNames) Column names in configured table of aggregate columns.columnNames
(Collection<String> columnNames) Column names in configured table of aggregate columns.Aggregation function that can be applied to aggregate column in query.function
(AggregateFunctionName function) Aggregation function that can be applied to aggregate column in query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
columnNames
Column names in configured table of aggregate columns.
- Parameters:
columnNames
- Column names in configured table of aggregate columns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
Column names in configured table of aggregate columns.
- Parameters:
columnNames
- Column names in configured table of aggregate columns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
function
Aggregation function that can be applied to aggregate column in query.
- Parameters:
function
- Aggregation function that can be applied to aggregate column in query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
function
Aggregation function that can be applied to aggregate column in query.
- Parameters:
function
- Aggregation function that can be applied to aggregate column in query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-