Uses of Class
software.amazon.awscdk.services.events.ApiDestination.Builder
-
Uses of ApiDestination.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionApiDestination.Builder.apiDestinationName
(String apiDestinationName) The name for the API destination.ApiDestination.Builder.connection
(IConnection connection) The ARN of the connection to use for the API destination.static ApiDestination.Builder
ApiDestination.Builder.description
(String description) A description for the API destination.The URL to the HTTP invocation endpoint for the API destination..ApiDestination.Builder.httpMethod
(HttpMethod httpMethod) The method to use for the request to the HTTP invocation endpoint.ApiDestination.Builder.rateLimitPerSecond
(Number rateLimitPerSecond) The maximum number of requests per second to send to the HTTP invocation endpoint.