Interface Datapoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Datapoint.Builder,,Datapoint> SdkBuilder<Datapoint.Builder,,Datapoint> SdkPojo
- Enclosing class:
 Datapoint
public static interface Datapoint.Builder
extends SdkPojo, CopyableBuilder<Datapoint.Builder,Datapoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe time stamp for the data point in UTC format.The value 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 time stamp for the data point in UTC format.
- Parameters:
 timestamp- The time stamp for the data point in UTC format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value of the data point.
- Parameters:
 value- The value of the data point.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -