Interface WebhookAuthConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WebhookAuthConfiguration.Builder,,WebhookAuthConfiguration> SdkBuilder<WebhookAuthConfiguration.Builder,,WebhookAuthConfiguration> SdkPojo
- Enclosing class:
 WebhookAuthConfiguration
public static interface WebhookAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<WebhookAuthConfiguration.Builder,WebhookAuthConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionallowedIPRange(String allowedIPRange) The property used to configure acceptance of webhooks in an IP address range.secretToken(String secretToken) The property used to configure GitHub authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
allowedIPRange
The property used to configure acceptance of webhooks in an IP address range. For IP, only the
AllowedIPRangeproperty must be set. This property must be set to a valid CIDR range.- Parameters:
 allowedIPRange- The property used to configure acceptance of webhooks in an IP address range. For IP, only theAllowedIPRangeproperty must be set. This property must be set to a valid CIDR range.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
secretToken
The property used to configure GitHub authentication. For GITHUB_HMAC, only the
SecretTokenproperty must be set.- Parameters:
 secretToken- The property used to configure GitHub authentication. For GITHUB_HMAC, only theSecretTokenproperty must be set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -