Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ForwardingConfig.Builder
-
Packages that use ForwardingConfig.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ForwardingConfig.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ForwardingConfig.Builder Modifier and Type Method Description static ForwardingConfig.BuilderForwardingConfig. builder()ForwardingConfig.BuilderForwardingConfig.Builder. state(String state)The forwarding state for the given property.ForwardingConfig.BuilderForwardingConfig.Builder. state(ForwardingConfigState state)The forwarding state for the given property.ForwardingConfig.BuilderForwardingConfig. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ForwardingConfig.Builder Modifier and Type Method Description static Class<? extends ForwardingConfig.Builder>ForwardingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ForwardingConfig.Builder Modifier and Type Method Description default MeasurementProcessingConfig.BuilderMeasurementProcessingConfig.Builder. forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)The forwarding configuration for the given measurement property.default TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)Sets the value of the ForwardingConfig property for this object.
-