public static final class WebhookResource.WebhookAuthConfigurationProperty.Builder extends Object
WebhookResource.WebhookAuthConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebhookResource.WebhookAuthConfigurationProperty |
build()
Builds the configured instance.
|
WebhookResource.WebhookAuthConfigurationProperty.Builder |
withAllowedIpRange(String value)
Sets the value of AllowedIpRange
|
WebhookResource.WebhookAuthConfigurationProperty.Builder |
withAllowedIpRange(software.amazon.awscdk.Token value)
Sets the value of AllowedIpRange
|
WebhookResource.WebhookAuthConfigurationProperty.Builder |
withSecretToken(String value)
Sets the value of SecretToken
|
WebhookResource.WebhookAuthConfigurationProperty.Builder |
withSecretToken(software.amazon.awscdk.Token value)
Sets the value of SecretToken
|
public WebhookResource.WebhookAuthConfigurationProperty.Builder withAllowedIpRange(@Nullable String value)
value - ``WebhookResource.WebhookAuthConfigurationProperty.AllowedIPRange``thispublic WebhookResource.WebhookAuthConfigurationProperty.Builder withAllowedIpRange(@Nullable software.amazon.awscdk.Token value)
value - ``WebhookResource.WebhookAuthConfigurationProperty.AllowedIPRange``thispublic WebhookResource.WebhookAuthConfigurationProperty.Builder withSecretToken(@Nullable String value)
value - ``WebhookResource.WebhookAuthConfigurationProperty.SecretToken``thispublic WebhookResource.WebhookAuthConfigurationProperty.Builder withSecretToken(@Nullable software.amazon.awscdk.Token value)
value - ``WebhookResource.WebhookAuthConfigurationProperty.SecretToken``thispublic WebhookResource.WebhookAuthConfigurationProperty build()
WebhookResource.WebhookAuthConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.