Uses of Class
software.amazon.awscdk.services.events.ApiDestinationProps.Builder
-
Uses of ApiDestinationProps.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionApiDestinationProps.Builder.apiDestinationName
(String apiDestinationName) Sets the value ofApiDestinationProps.getApiDestinationName()
static ApiDestinationProps.Builder
ApiDestinationProps.builder()
ApiDestinationProps.Builder.connection
(IConnection connection) Sets the value ofApiDestinationProps.getConnection()
ApiDestinationProps.Builder.description
(String description) Sets the value ofApiDestinationProps.getDescription()
Sets the value ofApiDestinationProps.getEndpoint()
ApiDestinationProps.Builder.httpMethod
(HttpMethod httpMethod) Sets the value ofApiDestinationProps.getHttpMethod()
ApiDestinationProps.Builder.rateLimitPerSecond
(Number rateLimitPerSecond) Sets the value ofApiDestinationProps.getRateLimitPerSecond()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ApiDestinationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiDestinationProps.Builder
.