Uses of Interface
software.amazon.awssdk.services.codepipeline.model.WebhookFilterRule.Builder
-
Packages that use WebhookFilterRule.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of WebhookFilterRule.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return WebhookFilterRule.Builder Modifier and Type Method Description static WebhookFilterRule.BuilderWebhookFilterRule. builder()WebhookFilterRule.BuilderWebhookFilterRule.Builder. jsonPath(String jsonPath)A JsonPath expression that is applied to the body/payload of the webhook.WebhookFilterRule.BuilderWebhookFilterRule.Builder. matchEquals(String matchEquals)The value selected by theJsonPathexpression must match what is supplied in theMatchEqualsfield.WebhookFilterRule.BuilderWebhookFilterRule. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type WebhookFilterRule.Builder Modifier and Type Method Description static Class<? extends WebhookFilterRule.Builder>WebhookFilterRule. serializableBuilderClass()
-