Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.TransformProcessingConfig.Builder
-
Packages that use TransformProcessingConfig.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of TransformProcessingConfig.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return TransformProcessingConfig.Builder Modifier and Type Method Description static TransformProcessingConfig.BuilderTransformProcessingConfig. builder()TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. computeLocation(String computeLocation)The compute location for the given transform property.TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. computeLocation(ComputeLocation computeLocation)The compute location for the given transform property.default TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)Sets the value of the ForwardingConfig property for this object.TransformProcessingConfig.BuilderTransformProcessingConfig.Builder. forwardingConfig(ForwardingConfig forwardingConfig)Sets the value of the ForwardingConfig property for this object.TransformProcessingConfig.BuilderTransformProcessingConfig. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type TransformProcessingConfig.Builder Modifier and Type Method Description static Class<? extends TransformProcessingConfig.Builder>TransformProcessingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type TransformProcessingConfig.Builder Modifier and Type Method Description default Transform.BuilderTransform.Builder. processingConfig(Consumer<TransformProcessingConfig.Builder> processingConfig)The processing configuration for the given transform property.
-