| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationType |
HttpIntegrationProps.getIntegrationType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpIntegrationProps.Jsii$Proxy.getIntegrationType() |
HttpIntegrationType |
HttpRouteIntegrationConfig.getType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpRouteIntegrationConfig.Jsii$Proxy.getType() |
static HttpIntegrationType |
HttpIntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIntegrationType[] |
HttpIntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType)
(experimental) Integration type.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.integrationType(HttpIntegrationType integrationType)
Sets the value of
HttpIntegrationProps.getIntegrationType() |
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.type(HttpIntegrationType type)
Sets the value of
HttpRouteIntegrationConfig.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
Jsii$Proxy(PayloadFormatVersion payloadFormatVersion,
HttpIntegrationType type,
String uri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpRouteIntegrationConfig.Builder. |
Copyright © 2021. All rights reserved.