@Generated(value="software.amazon.awssdk:codegen") public final class WebhookAuthConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WebhookAuthConfiguration.Builder,WebhookAuthConfiguration>
The authentication applied to incoming webhook trigger requests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WebhookAuthConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedIPRange()
The property used to configure acceptance of webhooks in an IP address range.
|
static WebhookAuthConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretToken()
The property used to configure GitHub authentication.
|
static Class<? extends WebhookAuthConfiguration.Builder> |
serializableBuilderClass() |
WebhookAuthConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String 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.
AllowedIPRange property must be set. This property must be set to a valid CIDR range.public final String secretToken()
The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property
must be set.
SecretToken
property must be set.public WebhookAuthConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WebhookAuthConfiguration.Builder,WebhookAuthConfiguration>public static WebhookAuthConfiguration.Builder builder()
public static Class<? extends WebhookAuthConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.