Uses of Interface
software.amazon.awscdk.services.apigateway.CfnMethod.IntegrationProperty
-
Uses of CfnMethod.IntegrationProperty in software.amazon.awscdk.services.apigateway
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnMethod.IntegrationProperty
Modifier and TypeMethodDescriptionCfnMethod.IntegrationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnMethod.Builder.integration
(CfnMethod.IntegrationProperty integration) Represents anHTTP
,HTTP_PROXY
,AWS
,AWS_PROXY
, or Mock integration.CfnMethodProps.Builder.integration
(CfnMethod.IntegrationProperty integration) Sets the value ofCfnMethodProps.getIntegration()
void
CfnMethod.setIntegration
(CfnMethod.IntegrationProperty value) Represents anHTTP
,HTTP_PROXY
,AWS
,AWS_PROXY
, or Mock integration.