@Stability(value=Stable) public static final class CfnIntegration.ResponseParameterListProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.ResponseParameterListProperty>
CfnIntegration.ResponseParameterListProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIntegration.ResponseParameterListProperty |
build()
Builds the configured instance.
|
CfnIntegration.ResponseParameterListProperty.Builder |
responseParameters(IResolvable responseParameters)
Sets the value of
CfnIntegration.ResponseParameterListProperty.getResponseParameters() |
CfnIntegration.ResponseParameterListProperty.Builder |
responseParameters(List<? extends Object> responseParameters)
Sets the value of
CfnIntegration.ResponseParameterListProperty.getResponseParameters() |
@Stability(value=Stable) public CfnIntegration.ResponseParameterListProperty.Builder responseParameters(IResolvable responseParameters)
CfnIntegration.ResponseParameterListProperty.getResponseParameters()responseParameters - Supported only for HTTP APIs.
You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match the pattern <action>:<header>.<location> or overwrite.statuscode . The action can be append , overwrite or remove . The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses .this@Stability(value=Stable) public CfnIntegration.ResponseParameterListProperty.Builder responseParameters(List<? extends Object> responseParameters)
CfnIntegration.ResponseParameterListProperty.getResponseParameters()responseParameters - Supported only for HTTP APIs.
You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match the pattern <action>:<header>.<location> or overwrite.statuscode . The action can be append , overwrite or remove . The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses .this@Stability(value=Stable) public CfnIntegration.ResponseParameterListProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.ResponseParameterListProperty>CfnIntegration.ResponseParameterListPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.