@Stability(value=Stable) public static final class CfnGatewayResponseProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayResponseProps>
CfnGatewayResponseProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnGatewayResponseProps.Builder responseType(String responseType)
CfnGatewayResponseProps.getResponseType()responseType - `AWS::ApiGateway::GatewayResponse.ResponseType`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder restApiId(String restApiId)
CfnGatewayResponseProps.getRestApiId()restApiId - `AWS::ApiGateway::GatewayResponse.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder responseParameters(IResolvable responseParameters)
CfnGatewayResponseProps.getResponseParameters()responseParameters - `AWS::ApiGateway::GatewayResponse.ResponseParameters`.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder responseParameters(Map<String,String> responseParameters)
CfnGatewayResponseProps.getResponseParameters()responseParameters - `AWS::ApiGateway::GatewayResponse.ResponseParameters`.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder responseTemplates(IResolvable responseTemplates)
CfnGatewayResponseProps.getResponseTemplates()responseTemplates - `AWS::ApiGateway::GatewayResponse.ResponseTemplates`.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder responseTemplates(Map<String,String> responseTemplates)
CfnGatewayResponseProps.getResponseTemplates()responseTemplates - `AWS::ApiGateway::GatewayResponse.ResponseTemplates`.this@Stability(value=Stable) public CfnGatewayResponseProps.Builder statusCode(String statusCode)
CfnGatewayResponseProps.getStatusCode()statusCode - `AWS::ApiGateway::GatewayResponse.StatusCode`.this@Stability(value=Stable) public CfnGatewayResponseProps build()
build in interface software.amazon.jsii.Builder<CfnGatewayResponseProps>CfnGatewayResponsePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.