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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timestampsAn 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.
 
- 
timestampsAn 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.
 
- 
valuesThe 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.
 
- 
valuesThe 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.
 
- 
labelThe 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.
 
 
-