Uses of Class
software.amazon.awscdk.services.apigateway.IntegrationConfig.Builder
Packages that use IntegrationConfig.Builder
-
Uses of IntegrationConfig.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return IntegrationConfig.BuilderModifier and TypeMethodDescriptionstatic IntegrationConfig.Builder
IntegrationConfig.builder()
IntegrationConfig.Builder.deploymentToken
(String deploymentToken) Sets the value ofIntegrationConfig.getDeploymentToken()
IntegrationConfig.Builder.integrationHttpMethod
(String integrationHttpMethod) Sets the value ofIntegrationConfig.getIntegrationHttpMethod()
IntegrationConfig.Builder.options
(IntegrationOptions options) Sets the value ofIntegrationConfig.getOptions()
IntegrationConfig.Builder.type
(IntegrationType type) Sets the value ofIntegrationConfig.getType()
Sets the value ofIntegrationConfig.getUri()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type IntegrationConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(IntegrationConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theIntegrationConfig.Builder
.