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 SummaryModifier and TypeMethodDescriptionThe time, in epoch format, associated with a particularValue.The actual value associated with a particularTimestamp.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timestampThe time, in epoch format, associated with a particular Value.- Parameters:
- timestamp- The time, in epoch format, associated with a particular- Value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe actual value associated with a particular Timestamp.- Parameters:
- value- The actual value associated with a particular- Timestamp.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-