Interface DataPoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataPoint.Builder,,DataPoint> SdkBuilder<DataPoint.Builder,,DataPoint> SdkPojo
- Enclosing class:
 DataPoint
@Mutable
@NotThreadSafe
public static interface DataPoint.Builder
extends SdkPojo, CopyableBuilder<DataPoint.Builder,DataPoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of the specific forecast.The forecast value.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
- 
timestamp
The timestamp of the specific forecast.
- Parameters:
 timestamp- The timestamp of the specific forecast.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The forecast value.
- Parameters:
 value- The forecast value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -