Uses of Class
software.amazon.awscdk.services.events.CfnConnection.AuthParametersProperty.Builder
Packages that use CfnConnection.AuthParametersProperty.Builder
-
Uses of CfnConnection.AuthParametersProperty.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnConnection.AuthParametersProperty.BuilderModifier and TypeMethodDescriptionCfnConnection.AuthParametersProperty.Builder.apiKeyAuthParameters
(IResolvable apiKeyAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getApiKeyAuthParameters()
CfnConnection.AuthParametersProperty.Builder.apiKeyAuthParameters
(CfnConnection.ApiKeyAuthParametersProperty apiKeyAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getApiKeyAuthParameters()
CfnConnection.AuthParametersProperty.Builder.basicAuthParameters
(IResolvable basicAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getBasicAuthParameters()
CfnConnection.AuthParametersProperty.Builder.basicAuthParameters
(CfnConnection.BasicAuthParametersProperty basicAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getBasicAuthParameters()
CfnConnection.AuthParametersProperty.builder()
CfnConnection.AuthParametersProperty.Builder.connectivityParameters
(IResolvable connectivityParameters) Sets the value ofCfnConnection.AuthParametersProperty.getConnectivityParameters()
CfnConnection.AuthParametersProperty.Builder.connectivityParameters
(CfnConnection.ConnectivityParametersProperty connectivityParameters) Sets the value ofCfnConnection.AuthParametersProperty.getConnectivityParameters()
CfnConnection.AuthParametersProperty.Builder.invocationHttpParameters
(IResolvable invocationHttpParameters) Sets the value ofCfnConnection.AuthParametersProperty.getInvocationHttpParameters()
CfnConnection.AuthParametersProperty.Builder.invocationHttpParameters
(CfnConnection.ConnectionHttpParametersProperty invocationHttpParameters) Sets the value ofCfnConnection.AuthParametersProperty.getInvocationHttpParameters()
CfnConnection.AuthParametersProperty.Builder.oAuthParameters
(IResolvable oAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getOAuthParameters()
CfnConnection.AuthParametersProperty.Builder.oAuthParameters
(CfnConnection.OAuthParametersProperty oAuthParameters) Sets the value ofCfnConnection.AuthParametersProperty.getOAuthParameters()
Constructors in software.amazon.awscdk.services.events with parameters of type CfnConnection.AuthParametersProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnection.AuthParametersProperty.Builder
.