Uses of Interface
software.amazon.awssdk.services.codebuild.model.WebhookFilter.Builder
-
Packages that use WebhookFilter.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of WebhookFilter.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return WebhookFilter.Builder Modifier and Type Method Description static WebhookFilter.BuilderWebhookFilter. builder()WebhookFilter.BuilderWebhookFilter.Builder. excludeMatchedPattern(Boolean excludeMatchedPattern)Used to indicate that thepatterndetermines which webhook events do not trigger a build.WebhookFilter.BuilderWebhookFilter.Builder. pattern(String pattern)For aWebHookFilterthat usesEVENTtype, a comma-separated string that specifies one or more events.WebhookFilter.BuilderWebhookFilter. toBuilder()WebhookFilter.BuilderWebhookFilter.Builder. type(String type)The type of webhook filter.WebhookFilter.BuilderWebhookFilter.Builder. type(WebhookFilterType type)The type of webhook filter.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type WebhookFilter.Builder Modifier and Type Method Description static Class<? extends WebhookFilter.Builder>WebhookFilter. serializableBuilderClass()
-