@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.450Z") @Stability(value=Experimental) public interface HttpPrivateIntegrationOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpPrivateIntegrationOptions.Builder
A builder for
HttpPrivateIntegrationOptions |
static class |
HttpPrivateIntegrationOptions.Jsii$Proxy
An implementation for
HttpPrivateIntegrationOptions |
| Modifier and Type | Method and Description |
|---|---|
static HttpPrivateIntegrationOptions.Builder |
builder() |
default HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
default IVpcLink |
getVpcLink()
(experimental) The vpc link to be used for the private integration.
|
@Stability(value=Experimental) @Nullable default HttpMethod getMethod()
Default: HttpMethod.ANY
@Stability(value=Experimental) @Nullable default IVpcLink getVpcLink()
Default: - a new VpcLink is created
@Stability(value=Experimental) static HttpPrivateIntegrationOptions.Builder builder()
Copyright © 2021. All rights reserved.