Interface DataPrepSimpleAggregationFunction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataPrepSimpleAggregationFunction.Builder,,DataPrepSimpleAggregationFunction> SdkBuilder<DataPrepSimpleAggregationFunction.Builder,,DataPrepSimpleAggregationFunction> SdkPojo
- Enclosing class:
DataPrepSimpleAggregationFunction
@Mutable
@NotThreadSafe
public static interface DataPrepSimpleAggregationFunction.Builder
extends SdkPojo, CopyableBuilder<DataPrepSimpleAggregationFunction.Builder,DataPrepSimpleAggregationFunction>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionType(String functionType) The type of aggregation function to perform, such asCOUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.functionType(DataPrepSimpleAggregationFunctionType functionType) The type of aggregation function to perform, such asCOUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.inputColumnName(String inputColumnName) The name of the column on which to perform the aggregation function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputColumnName
The name of the column on which to perform the aggregation function.
- Parameters:
inputColumnName- The name of the column on which to perform the aggregation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionType
The type of aggregation function to perform, such as
COUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.- Parameters:
functionType- The type of aggregation function to perform, such asCOUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
functionType
DataPrepSimpleAggregationFunction.Builder functionType(DataPrepSimpleAggregationFunctionType functionType) The type of aggregation function to perform, such as
COUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.- Parameters:
functionType- The type of aggregation function to perform, such asCOUNT,SUM,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-