| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.connectionId(String connectionId)
(experimental) The ID of the VPC link for a private integration.
|
HttpIntegration.Builder |
HttpIntegration.Builder.connectionType(HttpConnectionType connectionType)
(experimental) The type of the network connection to the integration endpoint.
|
static HttpIntegration.Builder |
HttpIntegration.Builder.create(software.constructs.Construct scope,
String id) |
HttpIntegration.Builder |
HttpIntegration.Builder.credentials(IntegrationCredentials credentials)
(experimental) The credentials with which to invoke the integration.
|
HttpIntegration.Builder |
HttpIntegration.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this integration should be bound.
|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype)
(experimental) Integration subtype.
|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType)
(experimental) Integration type.
|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationUri(String integrationUri)
(experimental) Integration URI.
|
HttpIntegration.Builder |
HttpIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpIntegration.Builder |
HttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpIntegration.Builder |
HttpIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
(experimental) The version of the payload format.
|
HttpIntegration.Builder |
HttpIntegration.Builder.secureServerName(String secureServerName)
(experimental) Specifies the TLS configuration for a private integration.
|
Copyright © 2023. All rights reserved.