Uses of Class
software.amazon.awscdk.services.events.targets.ApiGatewayProps.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of ApiGatewayProps.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic ApiGatewayProps.Builder
ApiGatewayProps.builder()
ApiGatewayProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
Sets the value ofApiGatewayProps.getEventRole()
ApiGatewayProps.Builder.headerParameters
(Map<String, String> headerParameters) Sets the value ofApiGatewayProps.getHeaderParameters()
ApiGatewayProps.Builder.maxEventAge
(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()
Sets the value ofApiGatewayProps.getMethod()
Sets the value ofApiGatewayProps.getPath()
ApiGatewayProps.Builder.pathParameterValues
(List<String> pathParameterValues) Sets the value ofApiGatewayProps.getPathParameterValues()
ApiGatewayProps.Builder.postBody
(RuleTargetInput postBody) Sets the value ofApiGatewayProps.getPostBody()
ApiGatewayProps.Builder.queryStringParameters
(Map<String, String> queryStringParameters) Sets the value ofApiGatewayProps.getQueryStringParameters()
ApiGatewayProps.Builder.retryAttempts
(Number retryAttempts) Sets the value ofTargetBaseProps.getRetryAttempts()
Sets the value ofApiGatewayProps.getStage()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ApiGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiGatewayProps.Builder
.