Interface AggFunction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggFunction.Builder,
,AggFunction> SdkBuilder<AggFunction.Builder,
,AggFunction> SdkPojo
- Enclosing class:
AggFunction
@Mutable
@NotThreadSafe
public static interface AggFunction.Builder
extends SdkPojo, CopyableBuilder<AggFunction.Builder,AggFunction>
-
Method Summary
Modifier and TypeMethodDescriptionaggregation
(String aggregation) The aggregation of an Agg function.aggregation
(AggType aggregation) The aggregation of an Agg function.aggregationFunctionParameters
(Map<String, String> aggregationFunctionParameters) The aggregation parameters for an Agg function.The period of an Agg function.period
(TopicTimeGranularity period) The period of an Agg function.periodField
(String periodField) The period field for an Agg function.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
-
aggregation
The aggregation of an Agg function.
- Parameters:
aggregation
- The aggregation of an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregation
The aggregation of an Agg function.
- Parameters:
aggregation
- The aggregation of an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationFunctionParameters
The aggregation parameters for an Agg function.
- Parameters:
aggregationFunctionParameters
- The aggregation parameters for an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
period
The period of an Agg function.
- Parameters:
period
- The period of an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The period of an Agg function.
- Parameters:
period
- The period of an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
periodField
The period field for an Agg function.
- Parameters:
periodField
- The period field for an Agg function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-