| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static WebhookFilterRule.Builder |
WebhookFilterRule.builder() |
WebhookFilterRule.Builder |
WebhookFilterRule.Builder.jsonPath(String jsonPath)
A JsonPath expression that is applied to the body/payload of the webhook.
|
WebhookFilterRule.Builder |
WebhookFilterRule.Builder.matchEquals(String matchEquals)
The value selected by the
JsonPath expression must match what is supplied in the
MatchEquals field. |
WebhookFilterRule.Builder |
WebhookFilterRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebhookFilterRule.Builder> |
WebhookFilterRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.