Interface QueryDataPoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QueryDataPoint.Builder,,QueryDataPoint> SdkBuilder<QueryDataPoint.Builder,,QueryDataPoint> SdkPojo
- Enclosing class:
QueryDataPoint
@Mutable
@NotThreadSafe
public static interface QueryDataPoint.Builder
extends SdkPojo, CopyableBuilder<QueryDataPoint.Builder,QueryDataPoint>
-
Method Summary
Modifier and TypeMethodDescriptionqueryCount(Long queryCount) The number of queries at this data point.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, sdkFieldNameToField, 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.
-
queryCount
The number of queries at this data point.
- Parameters:
queryCount- The number of queries at this data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-