public static final class CfnComponentType.DataConnectorProperty.Builder
extends java.lang.Object
CfnComponentType.DataConnectorProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnComponentType.DataConnectorProperty |
build()
Builds the configured instance.
|
CfnComponentType.DataConnectorProperty.Builder |
isNative(java.lang.Boolean isNative)
Sets the value of
CfnComponentType.DataConnectorProperty.getIsNative() |
CfnComponentType.DataConnectorProperty.Builder |
isNative(IResolvable isNative)
Sets the value of
CfnComponentType.DataConnectorProperty.getIsNative() |
CfnComponentType.DataConnectorProperty.Builder |
lambda(CfnComponentType.LambdaFunctionProperty lambda)
Sets the value of
CfnComponentType.DataConnectorProperty.getLambda() |
CfnComponentType.DataConnectorProperty.Builder |
lambda(IResolvable lambda)
Sets the value of
CfnComponentType.DataConnectorProperty.getLambda() |
public CfnComponentType.DataConnectorProperty.Builder isNative(java.lang.Boolean isNative)
CfnComponentType.DataConnectorProperty.getIsNative()
isNative
- A boolean value that specifies whether the data connector is native to IoT TwinMaker.this
public CfnComponentType.DataConnectorProperty.Builder isNative(IResolvable isNative)
CfnComponentType.DataConnectorProperty.getIsNative()
isNative
- A boolean value that specifies whether the data connector is native to IoT TwinMaker.this
public CfnComponentType.DataConnectorProperty.Builder lambda(IResolvable lambda)
CfnComponentType.DataConnectorProperty.getLambda()
lambda
- The Lambda function associated with the data connector.this
public CfnComponentType.DataConnectorProperty.Builder lambda(CfnComponentType.LambdaFunctionProperty lambda)
CfnComponentType.DataConnectorProperty.getLambda()
lambda
- The Lambda function associated with the data connector.this
public CfnComponentType.DataConnectorProperty build()
CfnComponentType.DataConnectorProperty
java.lang.NullPointerException
- if any required attribute was not provided