Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpIntegration.Builder
Packages that use HttpIntegration.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
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) (experimental) The ID of the VPC link for a private integration.HttpIntegration.Builder.connectionType(HttpConnectionType connectionType) (experimental) The type of the network connection to the integration endpoint.static HttpIntegration.BuilderHttpIntegration.Builder.credentials(IntegrationCredentials credentials) (experimental) The credentials with which to invoke the integration.(experimental) The HTTP API to which this integration should be bound.HttpIntegration.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype) (experimental) Integration subtype.HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType) (experimental) Integration type.HttpIntegration.Builder.integrationUri(String integrationUri) (experimental) Integration URI.HttpIntegration.Builder.method(HttpMethod method) (experimental) The HTTP method to use when calling the underlying HTTP proxy.HttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion) (experimental) The version of the payload format.HttpIntegration.Builder.secureServerName(String secureServerName) (experimental) Specifies the TLS configuration for a private integration.