public static interface Webhook.Builder extends SdkPojo, CopyableBuilder<Webhook.Builder,Webhook>
| Modifier and Type | Method and Description |
|---|---|
Webhook.Builder |
branchName(String branchName)
Name for a branch, part of an Amplify App.
|
Webhook.Builder |
createTime(Instant createTime)
Create date / time for a webhook.
|
Webhook.Builder |
description(String description)
Description for a webhook.
|
Webhook.Builder |
updateTime(Instant updateTime)
Update date / time for a webhook.
|
Webhook.Builder |
webhookArn(String webhookArn)
ARN for the webhook.
|
Webhook.Builder |
webhookId(String webhookId)
Id of the webhook.
|
Webhook.Builder |
webhookUrl(String webhookUrl)
Url of the webhook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWebhook.Builder webhookArn(String webhookArn)
ARN for the webhook.
webhookArn - ARN for the webhook.Webhook.Builder webhookId(String webhookId)
Id of the webhook.
webhookId - Id of the webhook.Webhook.Builder webhookUrl(String webhookUrl)
Url of the webhook.
webhookUrl - Url of the webhook.Webhook.Builder branchName(String branchName)
Name for a branch, part of an Amplify App.
branchName - Name for a branch, part of an Amplify App.Webhook.Builder description(String description)
Description for a webhook.
description - Description for a webhook.Webhook.Builder createTime(Instant createTime)
Create date / time for a webhook.
createTime - Create date / time for a webhook.Webhook.Builder updateTime(Instant updateTime)
Update date / time for a webhook.
updateTime - Update date / time for a webhook.Copyright © 2020. All rights reserved.