static WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.builder() |
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.Builder.label(String label) |
The label identifying the data point.
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.Builder.timestamps(Instant... timestamps) |
An array of the timestamps for the data point.
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.Builder.timestamps(Collection<Instant> timestamps) |
An array of the timestamps for the data point.
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.toBuilder() |
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.Builder.values(Double... values) |
The values for the data point.
|
WorkloadInsightsTopContributorsDataPoint.Builder |
WorkloadInsightsTopContributorsDataPoint.Builder.values(Collection<Double> values) |
The values for the data point.
|