Interface WorkloadInsightsTopContributorsDataPoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,WorkloadInsightsTopContributorsDataPoint>,SdkBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,WorkloadInsightsTopContributorsDataPoint>,SdkPojo
- Enclosing class:
- WorkloadInsightsTopContributorsDataPoint
public static interface WorkloadInsightsTopContributorsDataPoint.Builder extends SdkPojo, CopyableBuilder<WorkloadInsightsTopContributorsDataPoint.Builder,WorkloadInsightsTopContributorsDataPoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadInsightsTopContributorsDataPoint.Builderlabel(String label)The label identifying the data point.WorkloadInsightsTopContributorsDataPoint.Buildertimestamps(Instant... timestamps)An array of the timestamps for the data point.WorkloadInsightsTopContributorsDataPoint.Buildertimestamps(Collection<Instant> timestamps)An array of the timestamps for the data point.WorkloadInsightsTopContributorsDataPoint.Buildervalues(Double... values)The values for the data point.WorkloadInsightsTopContributorsDataPoint.Buildervalues(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 Detail
-
timestamps
WorkloadInsightsTopContributorsDataPoint.Builder timestamps(Collection<Instant> 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
WorkloadInsightsTopContributorsDataPoint.Builder timestamps(Instant... 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
WorkloadInsightsTopContributorsDataPoint.Builder values(Collection<Double> 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
WorkloadInsightsTopContributorsDataPoint.Builder values(Double... 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
WorkloadInsightsTopContributorsDataPoint.Builder label(String 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.
-
-