Interface Transform.Builder

    • Method Detail

      • expression

        Transform.Builder expression​(String expression)

        The mathematical expression that defines the transformation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

        For more information, see Quotas in the IoT SiteWise User Guide.

        Parameters:
        expression - The mathematical expression that defines the transformation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

        For more information, see Quotas in the IoT SiteWise User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variables

        Transform.Builder variables​(Collection<ExpressionVariable> variables)

        The list of variables used in the expression.

        Parameters:
        variables - The list of variables used in the expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variables

        Transform.Builder variables​(ExpressionVariable... variables)

        The list of variables used in the expression.

        Parameters:
        variables - The list of variables used in the expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processingConfig

        Transform.Builder processingConfig​(TransformProcessingConfig processingConfig)

        The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.

        Parameters:
        processingConfig - The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.