Interface SummarizedCounter.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SummarizedCounter.Builder,,SummarizedCounter> SdkBuilder<SummarizedCounter.Builder,,SummarizedCounter> SdkPojo
- Enclosing class:
 SummarizedCounter
public static interface SummarizedCounter.Builder
extends SdkPojo, CopyableBuilder<SummarizedCounter.Builder,SummarizedCounter> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe average value of the counter for a specified time period.The maximum value of the counter for a specified time period.The number of counters for a specified time period.The counter name.The total of counter values for a specified time period.The unit of the counters.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
- 
name
The counter name.
- Parameters:
 name- The counter name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum value of the counter for a specified time period.
- Parameters:
 max- The maximum value of the counter for a specified time period.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
average
The average value of the counter for a specified time period.
- Parameters:
 average- The average value of the counter for a specified time period.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sum
The total of counter values for a specified time period.
- Parameters:
 sum- The total of counter values for a specified time period.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
n
The number of counters for a specified time period.
- Parameters:
 n- The number of counters for a specified time period.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unit
The unit of the counters.
- Parameters:
 unit- The unit of the counters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -