Interface FrameMetricDatum.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FrameMetricDatum.Builder,,FrameMetricDatum> SdkBuilder<FrameMetricDatum.Builder,,FrameMetricDatum> SdkPojo
- Enclosing class:
 FrameMetricDatum
@Mutable
@NotThreadSafe
public static interface FrameMetricDatum.Builder
extends SdkPojo, CopyableBuilder<FrameMetricDatum.Builder,FrameMetricDatum> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault FrameMetricDatum.BuilderframeMetric(Consumer<FrameMetric.Builder> frameMetric) Sets the value of the FrameMetric property for this object.frameMetric(FrameMetric frameMetric) Sets the value of the FrameMetric property for this object.A list of values that are associated with a frame metric.values(Collection<Double> values) A list of values that are associated with a frame metric.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
- 
frameMetric
Sets the value of the FrameMetric property for this object.- Parameters:
 frameMetric- The new value for the FrameMetric property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
frameMetric
Sets the value of the FrameMetric property for this object. This is a convenience method that creates an instance of theFrameMetric.Builderavoiding the need to create one manually viaFrameMetric.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toframeMetric(FrameMetric).- Parameters:
 frameMetric- a consumer that will call methods onFrameMetric.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
values
A list of values that are associated with a frame metric.
- Parameters:
 values- A list of values that are associated with a frame metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
A list of values that are associated with a frame metric.
- Parameters:
 values- A list of values that are associated with a frame metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -