@Stability(value=Stable) public static final class CfnGatewayResponse.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayResponse>
CfnGatewayResponse.| Modifier and Type | Method and Description |
|---|---|
CfnGatewayResponse |
build() |
static CfnGatewayResponse.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGatewayResponse.Builder |
responseParameters(IResolvable responseParameters)
`AWS::ApiGateway::GatewayResponse.ResponseParameters`.
|
CfnGatewayResponse.Builder |
responseParameters(Map<String,String> responseParameters)
`AWS::ApiGateway::GatewayResponse.ResponseParameters`.
|
CfnGatewayResponse.Builder |
responseTemplates(IResolvable responseTemplates)
`AWS::ApiGateway::GatewayResponse.ResponseTemplates`.
|
CfnGatewayResponse.Builder |
responseTemplates(Map<String,String> responseTemplates)
`AWS::ApiGateway::GatewayResponse.ResponseTemplates`.
|
CfnGatewayResponse.Builder |
responseType(String responseType)
`AWS::ApiGateway::GatewayResponse.ResponseType`.
|
CfnGatewayResponse.Builder |
restApiId(String restApiId)
`AWS::ApiGateway::GatewayResponse.RestApiId`.
|
CfnGatewayResponse.Builder |
statusCode(String statusCode)
`AWS::ApiGateway::GatewayResponse.StatusCode`.
|
@Stability(value=Stable) public static CfnGatewayResponse.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGatewayResponse.Builder.@Stability(value=Stable) public CfnGatewayResponse.Builder responseType(String responseType)
responseType - `AWS::ApiGateway::GatewayResponse.ResponseType`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder restApiId(String restApiId)
restApiId - `AWS::ApiGateway::GatewayResponse.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder responseParameters(IResolvable responseParameters)
responseParameters - `AWS::ApiGateway::GatewayResponse.ResponseParameters`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder responseParameters(Map<String,String> responseParameters)
responseParameters - `AWS::ApiGateway::GatewayResponse.ResponseParameters`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder responseTemplates(IResolvable responseTemplates)
responseTemplates - `AWS::ApiGateway::GatewayResponse.ResponseTemplates`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder responseTemplates(Map<String,String> responseTemplates)
responseTemplates - `AWS::ApiGateway::GatewayResponse.ResponseTemplates`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse.Builder statusCode(String statusCode)
statusCode - `AWS::ApiGateway::GatewayResponse.StatusCode`. This parameter is required.this@Stability(value=Stable) public CfnGatewayResponse build()
build in interface software.amazon.jsii.Builder<CfnGatewayResponse>Copyright © 2021. All rights reserved.