@Stability(value=Experimental) public static final class HttpLambdaIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<HttpLambdaIntegrationProps>
HttpLambdaIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpLambdaIntegrationProps |
build()
Builds the configured instance.
|
HttpLambdaIntegrationProps.Builder |
parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpLambdaIntegrationProps.getParameterMapping() |
HttpLambdaIntegrationProps.Builder |
payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
Sets the value of
HttpLambdaIntegrationProps.getPayloadFormatVersion() |
@Stability(value=Experimental) public HttpLambdaIntegrationProps.Builder parameterMapping(ParameterMapping parameterMapping)
HttpLambdaIntegrationProps.getParameterMapping()parameterMapping - Specifies how to transform HTTP requests before sending them to the backend.this@Stability(value=Experimental) public HttpLambdaIntegrationProps.Builder payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
HttpLambdaIntegrationProps.getPayloadFormatVersion()payloadFormatVersion - Version of the payload sent to the lambda handler.this@Stability(value=Experimental) public HttpLambdaIntegrationProps build()
build in interface software.amazon.jsii.Builder<HttpLambdaIntegrationProps>HttpLambdaIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.