Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Transform.Builder
-
Packages that use Transform.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Transform.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Transform.Builder Modifier and Type Method Description static Transform.BuilderTransform. builder()Transform.BuilderTransform.Builder. expression(String expression)The mathematical expression that defines the transformation function.default Transform.BuilderTransform.Builder. processingConfig(Consumer<TransformProcessingConfig.Builder> processingConfig)The processing configuration for the given transform property.Transform.BuilderTransform.Builder. processingConfig(TransformProcessingConfig processingConfig)The processing configuration for the given transform property.Transform.BuilderTransform. toBuilder()Transform.BuilderTransform.Builder. variables(Collection<ExpressionVariable> variables)The list of variables used in the expression.Transform.BuilderTransform.Builder. variables(Consumer<ExpressionVariable.Builder>... variables)The list of variables used in the expression.Transform.BuilderTransform.Builder. variables(ExpressionVariable... variables)The list of variables used in the expression.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Transform.Builder Modifier and Type Method Description static Class<? extends Transform.Builder>Transform. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Transform.Builder Modifier and Type Method Description default PropertyType.BuilderPropertyType.Builder. transform(Consumer<Transform.Builder> transform)Specifies an asset transform property.
-