public static interface DataConnector.Builder extends SdkPojo, CopyableBuilder<DataConnector.Builder,DataConnector>
| Modifier and Type | Method and Description |
|---|---|
DataConnector.Builder |
isNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
default DataConnector.Builder |
lambda(Consumer<LambdaFunction.Builder> lambda)
The Lambda function associated with this data connector.
|
DataConnector.Builder |
lambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataConnector.Builder lambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
lambda - The Lambda function associated with this data connector.default DataConnector.Builder lambda(Consumer<LambdaFunction.Builder> lambda)
The Lambda function associated with this data connector.
This is a convenience method that creates an instance of theLambdaFunction.Builder avoiding the need
to create one manually via LambdaFunction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambda(LambdaFunction).
lambda - a consumer that will call methods on LambdaFunction.Builderlambda(LambdaFunction)DataConnector.Builder isNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
isNative - A Boolean value that specifies whether the data connector is native to IoT TwinMaker.Copyright © 2023. All rights reserved.