Uses of Class
com.ibm.cloud.networking.webhooks.v1.model.UpdateAlertWebhookOptions.Builder
- 
Packages that use UpdateAlertWebhookOptions.Builder Package Description com.ibm.cloud.networking.webhooks.v1.model 
- 
- 
Uses of UpdateAlertWebhookOptions.Builder in com.ibm.cloud.networking.webhooks.v1.modelMethods in com.ibm.cloud.networking.webhooks.v1.model that return UpdateAlertWebhookOptions.Builder Modifier and Type Method Description UpdateAlertWebhookOptions.BuilderUpdateAlertWebhookOptions.Builder. name(String name)Set the name.UpdateAlertWebhookOptions.BuilderUpdateAlertWebhookOptions. newBuilder()New builder.UpdateAlertWebhookOptions.BuilderUpdateAlertWebhookOptions.Builder. secret(String secret)Set the secret.UpdateAlertWebhookOptions.BuilderUpdateAlertWebhookOptions.Builder. url(String url)Set the url.UpdateAlertWebhookOptions.BuilderUpdateAlertWebhookOptions.Builder. webhookId(String webhookId)Set the webhookId.
 
-