Interface Webhook.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Webhook.Builder,,Webhook> SdkBuilder<Webhook.Builder,,Webhook> SdkPojo
- Enclosing class:
Webhook
@Mutable
@NotThreadSafe
public static interface Webhook.Builder
extends SdkPojo, CopyableBuilder<Webhook.Builder,Webhook>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the WebhookwebhookType(String webhookType) Webhook authentication type.webhookType(WebhookType webhookType) Webhook authentication type.webhookUrl(String webhookUrl) Webhook endpoint URL.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, sdkFieldNameToField, sdkFields
-
Method Details
-
webhookUrl
Webhook endpoint URL.
- Parameters:
webhookUrl- Webhook endpoint URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookType
Webhook authentication type.
- Parameters:
webhookType- Webhook authentication type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
webhookType
Webhook authentication type.
- Parameters:
webhookType- Webhook authentication type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
webhookId
The unique identifier of the Webhook
- Parameters:
webhookId- The unique identifier of the Webhook- Returns:
- Returns a reference to this object so that method calls can be chained together.
-