Uses of Interface
software.amazon.awssdk.services.amplify.model.Webhook.Builder
-
Packages that use Webhook.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of Webhook.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Webhook.Builder Modifier and Type Method Description Webhook.BuilderWebhook.Builder. branchName(String branchName)The name for a branch that is part of an Amplify app.static Webhook.BuilderWebhook. builder()Webhook.BuilderWebhook.Builder. createTime(Instant createTime)A timestamp of when Amplify created the webhook in your Git repository.Webhook.BuilderWebhook.Builder. description(String description)The description for a webhook.Webhook.BuilderWebhook. toBuilder()Webhook.BuilderWebhook.Builder. updateTime(Instant updateTime)A timestamp of when Amplify updated the webhook in your Git repository.Webhook.BuilderWebhook.Builder. webhookArn(String webhookArn)The Amazon Resource Name (ARN) for the webhook.Webhook.BuilderWebhook.Builder. webhookId(String webhookId)The ID of the webhook.Webhook.BuilderWebhook.Builder. webhookUrl(String webhookUrl)The URL of the webhook.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type Webhook.Builder Modifier and Type Method Description static Class<? extends Webhook.Builder>Webhook. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type Webhook.Builder Modifier and Type Method Description default CreateWebhookResponse.BuilderCreateWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Describes a webhook that connects repository events to an Amplify app.default DeleteWebhookResponse.BuilderDeleteWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Describes a webhook that connects repository events to an Amplify app.default GetWebhookResponse.BuilderGetWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Describes the structure of a webhook.default UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Describes a webhook that connects repository events to an Amplify app.
-