public static final class WebhookResource.WebhookFilterRuleProperty.Builder extends Object
WebhookResource.WebhookFilterRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebhookResource.WebhookFilterRuleProperty |
build()
Builds the configured instance.
|
WebhookResource.WebhookFilterRuleProperty.Builder |
withJsonPath(String value)
Sets the value of JsonPath
|
WebhookResource.WebhookFilterRuleProperty.Builder |
withJsonPath(software.amazon.awscdk.Token value)
Sets the value of JsonPath
|
WebhookResource.WebhookFilterRuleProperty.Builder |
withMatchEquals(String value)
Sets the value of MatchEquals
|
WebhookResource.WebhookFilterRuleProperty.Builder |
withMatchEquals(software.amazon.awscdk.Token value)
Sets the value of MatchEquals
|
public WebhookResource.WebhookFilterRuleProperty.Builder withJsonPath(String value)
value - ``WebhookResource.WebhookFilterRuleProperty.JsonPath``thispublic WebhookResource.WebhookFilterRuleProperty.Builder withJsonPath(software.amazon.awscdk.Token value)
value - ``WebhookResource.WebhookFilterRuleProperty.JsonPath``thispublic WebhookResource.WebhookFilterRuleProperty.Builder withMatchEquals(@Nullable String value)
value - ``WebhookResource.WebhookFilterRuleProperty.MatchEquals``thispublic WebhookResource.WebhookFilterRuleProperty.Builder withMatchEquals(@Nullable software.amazon.awscdk.Token value)
value - ``WebhookResource.WebhookFilterRuleProperty.MatchEquals``thispublic WebhookResource.WebhookFilterRuleProperty build()
WebhookResource.WebhookFilterRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.