Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpIntegration.Builder
Packages that use HttpIntegration.Builder
-
Uses of HttpIntegration.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpIntegration.BuilderModifier and TypeMethodDescriptionHttpIntegration.Builder.connectionId(String connectionId) The ID of the VPC link for a private integration.HttpIntegration.Builder.connectionType(HttpConnectionType connectionType) The type of the network connection to the integration endpoint.static HttpIntegration.BuilderHttpIntegration.Builder.credentials(IntegrationCredentials credentials) The credentials with which to invoke the integration.The HTTP API to which this integration should be bound.HttpIntegration.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype) Integration subtype.HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType) Integration type.HttpIntegration.Builder.integrationUri(String integrationUri) Integration URI.HttpIntegration.Builder.method(HttpMethod method) The HTTP method to use when calling the underlying HTTP proxy.HttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion) The version of the payload format.HttpIntegration.Builder.secureServerName(String secureServerName) Specifies the TLS configuration for a private integration.The maximum amount of time an integration will run before it returns without a response.