@Stability(value=Experimental) public static final class HttpProxyIntegration.Builder extends Object implements software.amazon.jsii.Builder<HttpProxyIntegration>
HttpProxyIntegration.| Modifier and Type | Method and Description |
|---|---|
HttpProxyIntegration |
build() |
static HttpProxyIntegration.Builder |
create() |
HttpProxyIntegration.Builder |
method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpProxyIntegration.Builder |
url(String url)
(experimental) The full-qualified HTTP URL for the HTTP integration.
|
@Stability(value=Experimental) public static HttpProxyIntegration.Builder create()
HttpProxyIntegration.Builder.@Stability(value=Experimental) public HttpProxyIntegration.Builder url(String url)
url - The full-qualified HTTP URL for the HTTP integration. This parameter is required.this@Stability(value=Experimental) public HttpProxyIntegration.Builder method(HttpMethod method)
Default: HttpMethod.ANY
method - The HTTP method that must be used to invoke the underlying HTTP proxy. This parameter is required.this@Stability(value=Experimental) public HttpProxyIntegration build()
build in interface software.amazon.jsii.Builder<HttpProxyIntegration>Copyright © 2021. All rights reserved.