| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
MockIntegration.Builder |
MockIntegration.Builder.cacheKeyParameters(List<String> cacheKeyParameters)
A list of request parameters whose values are to be cached.
|
MockIntegration.Builder |
MockIntegration.Builder.cacheNamespace(String cacheNamespace)
An API-specific tag group of related cached parameters.
|
MockIntegration.Builder |
MockIntegration.Builder.connectionType(ConnectionType connectionType)
The type of network connection to the integration endpoint.
|
MockIntegration.Builder |
MockIntegration.Builder.contentHandling(ContentHandling contentHandling)
Specifies how to handle request payload content type conversions.
|
static MockIntegration.Builder |
MockIntegration.Builder.create() |
MockIntegration.Builder |
MockIntegration.Builder.credentialsPassthrough(Boolean credentialsPassthrough)
Requires that the caller's identity be passed through from the request.
|
MockIntegration.Builder |
MockIntegration.Builder.credentialsRole(IRole credentialsRole)
An IAM role that API Gateway assumes.
|
MockIntegration.Builder |
MockIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
The response that API Gateway provides after a method's backend completes processing a request.
|
MockIntegration.Builder |
MockIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
MockIntegration.Builder |
MockIntegration.Builder.requestParameters(Map<String,String> requestParameters)
The request parameters that API Gateway sends with the backend request.
|
MockIntegration.Builder |
MockIntegration.Builder.requestTemplates(Map<String,String> requestTemplates)
A map of Apache Velocity templates that are applied on the request payload.
|
MockIntegration.Builder |
MockIntegration.Builder.timeout(Duration timeout)
The maximum amount of time an integration will run before it returns without a response.
|
MockIntegration.Builder |
MockIntegration.Builder.vpcLink(IVpcLink vpcLink)
The VpcLink used for the integration.
|
Copyright © 2022. All rights reserved.