Interface TotalAggregationComputation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TotalAggregationComputation.Builder,,TotalAggregationComputation> SdkBuilder<TotalAggregationComputation.Builder,,TotalAggregationComputation> SdkPojo
- Enclosing class:
 TotalAggregationComputation
public static interface TotalAggregationComputation.Builder
extends SdkPojo, CopyableBuilder<TotalAggregationComputation.Builder,TotalAggregationComputation> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomputationId(String computationId) The ID for a computation.The name of a computation.value(Consumer<MeasureField.Builder> value) The value field that is used in a computation.value(MeasureField value) The value field that is used in a computation.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, sdkFields 
- 
Method Details
- 
computationId
The ID for a computation.
- Parameters:
 computationId- The ID for a computation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of a computation.
- Parameters:
 name- The name of a computation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value field that is used in a computation.
- Parameters:
 value- The value field that is used in a computation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value field that is used in a computation.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(MeasureField).- Parameters:
 value- a consumer that will call methods onMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -