Interface InsightRuleContributorDatapoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InsightRuleContributorDatapoint.Builder,,InsightRuleContributorDatapoint> SdkBuilder<InsightRuleContributorDatapoint.Builder,,InsightRuleContributorDatapoint> SdkPojo
- Enclosing class:
 InsightRuleContributorDatapoint
public static interface InsightRuleContributorDatapoint.Builder
extends SdkPojo, CopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionapproximateValue(Double approximateValue) The approximate value that this contributor added during this timestamp.The timestamp of the data point.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
- 
timestamp
The timestamp of the data point.
- Parameters:
 timestamp- The timestamp of the data point.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
approximateValue
The approximate value that this contributor added during this timestamp.
- Parameters:
 approximateValue- The approximate value that this contributor added during this timestamp.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -