Uses of Class
software.amazon.awscdk.services.events.ConnectionProps.Builder
-
Uses of ConnectionProps.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionConnectionProps.Builder.authorization
(Authorization authorization) Sets the value ofConnectionProps.getAuthorization()
ConnectionProps.Builder.bodyParameters
(Map<String, ? extends HttpParameter> bodyParameters) Sets the value ofConnectionProps.getBodyParameters()
static ConnectionProps.Builder
ConnectionProps.builder()
ConnectionProps.Builder.connectionName
(String connectionName) Sets the value ofConnectionProps.getConnectionName()
ConnectionProps.Builder.description
(String description) Sets the value ofConnectionProps.getDescription()
ConnectionProps.Builder.headerParameters
(Map<String, ? extends HttpParameter> headerParameters) Sets the value ofConnectionProps.getHeaderParameters()
ConnectionProps.Builder.queryStringParameters
(Map<String, ? extends HttpParameter> queryStringParameters) Sets the value ofConnectionProps.getQueryStringParameters()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theConnectionProps.Builder
.