Class CfnIntegrationResponseV2.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnIntegrationResponseV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResponseV2>
- Enclosing class:
- CfnIntegrationResponseV2
@Stability(Deprecated)
@Deprecated
public static final class CfnIntegrationResponseV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResponseV2>
Deprecated.
(deprecated) A fluent builder for
CfnIntegrationResponseV2
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()
Deprecated.contentHandlingStrategy
(String contentHandlingStrategy) Deprecated.Deprecated.integrationId
(String integrationId) Deprecated.integrationResponseKey
(String integrationResponseKey) Deprecated.responseParameters
(Object responseParameters) Deprecated.responseTemplates
(Object responseTemplates) Deprecated.templateSelectionExpression
(String templateSelectionExpression) Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static CfnIntegrationResponseV2.Builder create(Construct scope, String id) Deprecated.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnIntegrationResponseV2.Builder
.
-
apiId
Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.ApiId
.- Parameters:
apiId
-AWS::ApiGatewayV2::IntegrationResponse.ApiId
. This parameter is required.- Returns:
this
- See Also:
-
integrationId
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder integrationId(String integrationId) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.IntegrationId
.- Parameters:
integrationId
-AWS::ApiGatewayV2::IntegrationResponse.IntegrationId
. This parameter is required.- Returns:
this
- See Also:
-
integrationResponseKey
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder integrationResponseKey(String integrationResponseKey) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey
.- Parameters:
integrationResponseKey
-AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey
. This parameter is required.- Returns:
this
- See Also:
-
contentHandlingStrategy
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder contentHandlingStrategy(String contentHandlingStrategy) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy
.- Parameters:
contentHandlingStrategy
-AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy
. This parameter is required.- Returns:
this
- See Also:
-
responseParameters
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder responseParameters(Object responseParameters) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters
.- Parameters:
responseParameters
-AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters
. This parameter is required.- Returns:
this
- See Also:
-
responseTemplates
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder responseTemplates(Object responseTemplates) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates
.- Parameters:
responseTemplates
-AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates
. This parameter is required.- Returns:
this
- See Also:
-
templateSelectionExpression
@Stability(Deprecated) @Deprecated public CfnIntegrationResponseV2.Builder templateSelectionExpression(String templateSelectionExpression) Deprecated.(deprecated)AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression
.- Parameters:
templateSelectionExpression
-AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression
. This parameter is required.- Returns:
this
- See Also:
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegrationResponseV2>
- Returns:
- a newly built instance of
CfnIntegrationResponseV2
.
-