public static interface Measurement.Builder extends SdkPojo, CopyableBuilder<Measurement.Builder,Measurement>
| Modifier and Type | Method and Description |
|---|---|
default Measurement.Builder |
processingConfig(Consumer<MeasurementProcessingConfig.Builder> processingConfig)
The processing configuration for the given measurement property.
|
Measurement.Builder |
processingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeasurement.Builder processingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
processingConfig - The processing configuration for the given measurement property. You can configure measurements to be
kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded
to the cloud.default Measurement.Builder processingConfig(Consumer<MeasurementProcessingConfig.Builder> processingConfig)
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
This is a convenience method that creates an instance of theMeasurementProcessingConfig.Builder
avoiding the need to create one manually via MeasurementProcessingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to processingConfig(MeasurementProcessingConfig).
processingConfig - a consumer that will call methods on MeasurementProcessingConfig.BuilderprocessingConfig(MeasurementProcessingConfig)Copyright © 2022. All rights reserved.