public static interface FrameMetricDatum.Builder extends SdkPojo, CopyableBuilder<FrameMetricDatum.Builder,FrameMetricDatum>
Modifier and Type | Method and Description |
---|---|
default FrameMetricDatum.Builder |
frameMetric(Consumer<FrameMetric.Builder> frameMetric)
Sets the value of the FrameMetric property for this object.
|
FrameMetricDatum.Builder |
frameMetric(FrameMetric frameMetric)
Sets the value of the FrameMetric property for this object.
|
FrameMetricDatum.Builder |
values(Collection<Double> values)
A list of values that are associated with a frame metric.
|
FrameMetricDatum.Builder |
values(Double... values)
A list of values that are associated with a frame metric.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FrameMetricDatum.Builder frameMetric(FrameMetric frameMetric)
frameMetric
- The new value for the FrameMetric property for this object.default FrameMetricDatum.Builder frameMetric(Consumer<FrameMetric.Builder> frameMetric)
FrameMetric.Builder
avoiding the need to create
one manually via FrameMetric.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to frameMetric(FrameMetric)
.frameMetric
- a consumer that will call methods on FrameMetric.Builder
frameMetric(FrameMetric)
FrameMetricDatum.Builder values(Collection<Double> values)
A list of values that are associated with a frame metric.
values
- A list of values that are associated with a frame metric.FrameMetricDatum.Builder values(Double... values)
A list of values that are associated with a frame metric.
values
- A list of values that are associated with a frame metric.