@Stability(value=Stable) public static final class CfnWebhook.WebhookAuthConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebhook.WebhookAuthConfigurationProperty>
CfnWebhook.WebhookAuthConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebhook.WebhookAuthConfigurationProperty.Builder |
allowedIpRange(String allowedIpRange)
Sets the value of
CfnWebhook.WebhookAuthConfigurationProperty.getAllowedIpRange() |
CfnWebhook.WebhookAuthConfigurationProperty |
build()
Builds the configured instance.
|
CfnWebhook.WebhookAuthConfigurationProperty.Builder |
secretToken(String secretToken)
Sets the value of
CfnWebhook.WebhookAuthConfigurationProperty.getSecretToken() |
@Stability(value=Stable) public CfnWebhook.WebhookAuthConfigurationProperty.Builder allowedIpRange(String allowedIpRange)
CfnWebhook.WebhookAuthConfigurationProperty.getAllowedIpRange()allowedIpRange - The property used to configure acceptance of webhooks in an IP address range.
For IP, only the AllowedIPRange property must be set. This property must be set to a valid CIDR range.this@Stability(value=Stable) public CfnWebhook.WebhookAuthConfigurationProperty.Builder secretToken(String secretToken)
CfnWebhook.WebhookAuthConfigurationProperty.getSecretToken()secretToken - The property used to configure GitHub authentication.
For GITHUB_HMAC, only the SecretToken property must be set.this@Stability(value=Stable) public CfnWebhook.WebhookAuthConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnWebhook.WebhookAuthConfigurationProperty>CfnWebhook.WebhookAuthConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.