Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnWebhookMixinProps.Builder
Packages that use CfnWebhookMixinProps.Builder
-
Uses of CfnWebhookMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.codepipeline
Methods in software.amazon.awscdk.cfnpropertymixins.services.codepipeline that return CfnWebhookMixinProps.BuilderModifier and TypeMethodDescriptionCfnWebhookMixinProps.Builder.authentication(String authentication) Sets the value ofCfnWebhookMixinProps.getAuthentication()CfnWebhookMixinProps.Builder.authenticationConfiguration(CfnWebhookPropsMixin.WebhookAuthConfigurationProperty authenticationConfiguration) Sets the value ofCfnWebhookMixinProps.getAuthenticationConfiguration()CfnWebhookMixinProps.Builder.authenticationConfiguration(IResolvable authenticationConfiguration) Sets the value ofCfnWebhookMixinProps.getAuthenticationConfiguration()static CfnWebhookMixinProps.BuilderCfnWebhookMixinProps.builder()Sets the value ofCfnWebhookMixinProps.getFilters()CfnWebhookMixinProps.Builder.filters(IResolvable filters) Sets the value ofCfnWebhookMixinProps.getFilters()Sets the value ofCfnWebhookMixinProps.getName()CfnWebhookMixinProps.Builder.registerWithThirdParty(Boolean registerWithThirdParty) Sets the value ofCfnWebhookMixinProps.getRegisterWithThirdParty()CfnWebhookMixinProps.Builder.registerWithThirdParty(IResolvable registerWithThirdParty) Sets the value ofCfnWebhookMixinProps.getRegisterWithThirdParty()CfnWebhookMixinProps.Builder.targetAction(String targetAction) Sets the value ofCfnWebhookMixinProps.getTargetAction()CfnWebhookMixinProps.Builder.targetPipeline(String targetPipeline) Sets the value ofCfnWebhookMixinProps.getTargetPipeline()CfnWebhookMixinProps.Builder.targetPipelineVersion(Number targetPipelineVersion) Sets the value ofCfnWebhookMixinProps.getTargetPipelineVersion()Constructors in software.amazon.awscdk.cfnpropertymixins.services.codepipeline with parameters of type CfnWebhookMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnWebhookMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebhookMixinProps.Builder.