Uses of Class
software.amazon.awscdk.services.events.CfnConnection.OAuthParametersProperty.Builder
-
Uses of CfnConnection.OAuthParametersProperty.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionCfnConnection.OAuthParametersProperty.Builder.authorizationEndpoint
(String authorizationEndpoint) Sets the value ofCfnConnection.OAuthParametersProperty.getAuthorizationEndpoint()
CfnConnection.OAuthParametersProperty.builder()
CfnConnection.OAuthParametersProperty.Builder.clientParameters
(IResolvable clientParameters) Sets the value ofCfnConnection.OAuthParametersProperty.getClientParameters()
CfnConnection.OAuthParametersProperty.Builder.clientParameters
(CfnConnection.ClientParametersProperty clientParameters) Sets the value ofCfnConnection.OAuthParametersProperty.getClientParameters()
CfnConnection.OAuthParametersProperty.Builder.httpMethod
(String httpMethod) Sets the value ofCfnConnection.OAuthParametersProperty.getHttpMethod()
CfnConnection.OAuthParametersProperty.Builder.oAuthHttpParameters
(IResolvable oAuthHttpParameters) Sets the value ofCfnConnection.OAuthParametersProperty.getOAuthHttpParameters()
CfnConnection.OAuthParametersProperty.Builder.oAuthHttpParameters
(CfnConnection.ConnectionHttpParametersProperty oAuthHttpParameters) Sets the value ofCfnConnection.OAuthParametersProperty.getOAuthHttpParameters()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnection.OAuthParametersProperty.Builder
.