| Modifier and Type | Method and Description |
|---|---|
ParameterMapping |
ParameterMapping.appendHeader(String name,
MappingValue value)
(experimental) Creates a mapping to append a header.
|
ParameterMapping |
ParameterMapping.appendQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to append a query string.
|
ParameterMapping |
ParameterMapping.custom(String key,
String value)
(experimental) Creates a custom mapping.
|
static ParameterMapping |
ParameterMapping.fromObject(Map<String,? extends MappingValue> obj)
(experimental) Creates a mapping from an object.
|
default ParameterMapping |
HttpIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpIntegrationProps.Jsii$Proxy.getParameterMapping() |
default ParameterMapping |
HttpRouteIntegrationConfig.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpRouteIntegrationConfig.Jsii$Proxy.getParameterMapping() |
ParameterMapping |
ParameterMapping.overwriteHeader(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a header.
|
ParameterMapping |
ParameterMapping.overwritePath(MappingValue value)
(experimental) Creates a mapping to overwrite a path.
|
ParameterMapping |
ParameterMapping.overwriteQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a querystring.
|
ParameterMapping |
ParameterMapping.removeHeader(String name)
(experimental) Creates a mapping to remove a header.
|
ParameterMapping |
ParameterMapping.removeQueryString(String name)
(experimental) Creates a mapping to remove a querystring.
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpIntegrationProps.getParameterMapping() |
HttpIntegration.Builder |
HttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpRouteIntegrationConfig.getParameterMapping() |
Copyright © 2023. All rights reserved.