Interface WorkloadInsightsTopContributorsDataPoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,
,WorkloadInsightsTopContributorsDataPoint> SdkBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,
,WorkloadInsightsTopContributorsDataPoint> SdkPojo
- Enclosing class:
WorkloadInsightsTopContributorsDataPoint
@Mutable
@NotThreadSafe
public static interface WorkloadInsightsTopContributorsDataPoint.Builder
extends SdkPojo, CopyableBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,WorkloadInsightsTopContributorsDataPoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe label identifying the data point.timestamps
(Instant... timestamps) An array of the timestamps for the data point.timestamps
(Collection<Instant> timestamps) An array of the timestamps for the data point.The values for the data point.values
(Collection<Double> values) The values for the data point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timestamps
An array of the timestamps for the data point.
- Parameters:
timestamps
- An array of the timestamps for the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamps
An array of the timestamps for the data point.
- Parameters:
timestamps
- An array of the timestamps for the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the data point.
- Parameters:
values
- The values for the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the data point.
- Parameters:
values
- The values for the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
The label identifying the data point.
- Parameters:
label
- The label identifying the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-