@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 - `CfnWebhook.WebhookAuthConfigurationProperty.AllowedIPRange`.this@Stability(value=Stable) public CfnWebhook.WebhookAuthConfigurationProperty.Builder secretToken(String secretToken)
CfnWebhook.WebhookAuthConfigurationProperty.getSecretToken()secretToken - `CfnWebhook.WebhookAuthConfigurationProperty.SecretToken`.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 © 2021. All rights reserved.