@Stability(value=Experimental) public static final class HttpProxyIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<HttpProxyIntegrationProps>
HttpProxyIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyIntegrationProps |
build()
Builds the configured instance.
|
HttpProxyIntegrationProps.Builder |
method(HttpMethod method)
Sets the value of
HttpProxyIntegrationProps.getMethod() |
HttpProxyIntegrationProps.Builder |
url(String url)
Sets the value of
HttpProxyIntegrationProps.getUrl() |
@Stability(value=Experimental) public HttpProxyIntegrationProps.Builder url(String url)
HttpProxyIntegrationProps.getUrl()url - The full-qualified HTTP URL for the HTTP integration. This parameter is required.this@Stability(value=Experimental) public HttpProxyIntegrationProps.Builder method(HttpMethod method)
HttpProxyIntegrationProps.getMethod()method - The HTTP method that must be used to invoke the underlying HTTP proxy.this@Stability(value=Experimental) public HttpProxyIntegrationProps build()
build in interface software.amazon.jsii.Builder<HttpProxyIntegrationProps>HttpProxyIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.