@Stability(value=Experimental) public static final class HttpUrlIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<HttpUrlIntegrationProps>
HttpUrlIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpUrlIntegrationProps |
build()
Builds the configured instance.
|
HttpUrlIntegrationProps.Builder |
method(HttpMethod method)
Sets the value of
HttpUrlIntegrationProps.getMethod() |
HttpUrlIntegrationProps.Builder |
parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpUrlIntegrationProps.getParameterMapping() |
@Stability(value=Experimental) public HttpUrlIntegrationProps.Builder method(HttpMethod method)
HttpUrlIntegrationProps.getMethod()method - The HTTP method that must be used to invoke the underlying HTTP proxy.this@Stability(value=Experimental) public HttpUrlIntegrationProps.Builder parameterMapping(ParameterMapping parameterMapping)
HttpUrlIntegrationProps.getParameterMapping()parameterMapping - Specifies how to transform HTTP requests before sending them to the backend.this@Stability(value=Experimental) public HttpUrlIntegrationProps build()
build in interface software.amazon.jsii.Builder<HttpUrlIntegrationProps>HttpUrlIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.