public static interface UpdateWebhookRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<UpdateWebhookRequest.Builder,UpdateWebhookRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookRequest.Builder |
branchName(String branchName)
The name for a branch that is part of an Amplify app.
|
UpdateWebhookRequest.Builder |
description(String description)
The description for a webhook.
|
UpdateWebhookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWebhookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWebhookRequest.Builder |
webhookId(String webhookId)
The unique ID for a webhook.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWebhookRequest.Builder webhookId(String webhookId)
The unique ID for a webhook.
webhookId - The unique ID for a webhook.UpdateWebhookRequest.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.UpdateWebhookRequest.Builder description(String description)
The description for a webhook.
description - The description for a webhook.UpdateWebhookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWebhookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.