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 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 isNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to TwinMaker.
isNative - A Boolean value that specifies whether the data connector is native to TwinMaker.DataConnector.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 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)Copyright © 2022. All rights reserved.