public static interface Webhook.Builder extends SdkPojo, CopyableBuilder<Webhook.Builder,Webhook>
| Modifier and Type | Method and Description |
|---|---|
Webhook.Builder |
branchName(String branchName)
The name for a branch that is part of an Amplify app.
|
Webhook.Builder |
createTime(Instant createTime)
The create date and time for a webhook.
|
Webhook.Builder |
description(String description)
The description for a webhook.
|
Webhook.Builder |
updateTime(Instant updateTime)
Updates the date and time for a webhook.
|
Webhook.Builder |
webhookArn(String webhookArn)
The Amazon Resource Name (ARN) for the webhook.
|
Webhook.Builder |
webhookId(String webhookId)
The ID of the webhook.
|
Webhook.Builder |
webhookUrl(String webhookUrl)
The URL of the webhook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWebhook.Builder webhookArn(String webhookArn)
The Amazon Resource Name (ARN) for the webhook.
webhookArn - The Amazon Resource Name (ARN) for the webhook.Webhook.Builder webhookId(String webhookId)
The ID of the webhook.
webhookId - The ID of the webhook.Webhook.Builder webhookUrl(String webhookUrl)
The URL of the webhook.
webhookUrl - The URL of the webhook.Webhook.Builder branchName(String branchName)
The name for a branch that is part of an Amplify app.
branchName - The name for a branch that is part of an Amplify app.Webhook.Builder description(String description)
The description for a webhook.
description - The description for a webhook.Webhook.Builder createTime(Instant createTime)
The create date and time for a webhook.
createTime - The create date and time for a webhook.Webhook.Builder updateTime(Instant updateTime)
Updates the date and time for a webhook.
updateTime - Updates the date and time for a webhook.Copyright © 2022. All rights reserved.