Interface DataConnector.Builder

    • Method Detail

      • lambda

        DataConnector.Builder lambda​(LambdaFunction lambda)

        The Lambda function associated with this data connector.

        Parameters:
        lambda - The Lambda function associated with this data connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isNative

        DataConnector.Builder isNative​(Boolean isNative)

        A Boolean value that specifies whether the data connector is native to IoT TwinMaker.

        Parameters:
        isNative - A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.