@Stability(value=Experimental) public static final class LambdaProxyIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<LambdaProxyIntegrationProps>
LambdaProxyIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaProxyIntegrationProps |
build()
Builds the configured instance.
|
LambdaProxyIntegrationProps.Builder |
handler(IFunction handler)
Sets the value of
LambdaProxyIntegrationProps.getHandler() |
LambdaProxyIntegrationProps.Builder |
payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
Sets the value of
LambdaProxyIntegrationProps.getPayloadFormatVersion() |
@Stability(value=Experimental) public LambdaProxyIntegrationProps.Builder handler(IFunction handler)
LambdaProxyIntegrationProps.getHandler()handler - The handler for this integration. This parameter is required.this@Stability(value=Experimental) public LambdaProxyIntegrationProps.Builder payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
LambdaProxyIntegrationProps.getPayloadFormatVersion()payloadFormatVersion - Version of the payload sent to the lambda handler.this@Stability(value=Experimental) public LambdaProxyIntegrationProps build()
build in interface software.amazon.jsii.Builder<LambdaProxyIntegrationProps>LambdaProxyIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.