@Stability(value=Stable) public static final class CfnComponentType.DataConnectorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.DataConnectorProperty>
CfnComponentType.DataConnectorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentType.DataConnectorProperty |
build()
Builds the configured instance.
|
CfnComponentType.DataConnectorProperty.Builder |
isNative(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() |
@Stability(value=Stable) public CfnComponentType.DataConnectorProperty.Builder isNative(Boolean isNative)
CfnComponentType.DataConnectorProperty.getIsNative()isNative - A boolean value that specifies whether the data connector is native to IoT TwinMaker.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnComponentType.DataConnectorProperty.Builder lambda(CfnComponentType.LambdaFunctionProperty lambda)
CfnComponentType.DataConnectorProperty.getLambda()lambda - The Lambda function associated with the data connector.this@Stability(value=Stable) public CfnComponentType.DataConnectorProperty.Builder lambda(IResolvable lambda)
CfnComponentType.DataConnectorProperty.getLambda()lambda - The Lambda function associated with the data connector.this@Stability(value=Stable) public CfnComponentType.DataConnectorProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.DataConnectorProperty>CfnComponentType.DataConnectorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.