@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 within a specific IP range.
|
static WebhookAuthConfiguration.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String allowedIPRange()
The property used to configure acceptance of webhooks within a specific IP range. For IP, only the AllowedIPRange property must be set, and this property must be set to a valid CIDR range.
public String secretToken()
The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set.
public WebhookAuthConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WebhookAuthConfiguration.Builder,WebhookAuthConfiguration>
public static WebhookAuthConfiguration.Builder builder()
public static Class<? extends WebhookAuthConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.