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.model
Methods in com.ibm.cloud.networking.webhooks.v1.model that return UpdateAlertWebhookOptions.Builder Modifier and Type Method Description UpdateAlertWebhookOptions.Builder
UpdateAlertWebhookOptions.Builder. name(String name)
Set the name.UpdateAlertWebhookOptions.Builder
UpdateAlertWebhookOptions. newBuilder()
New builder.UpdateAlertWebhookOptions.Builder
UpdateAlertWebhookOptions.Builder. secret(String secret)
Set the secret.UpdateAlertWebhookOptions.Builder
UpdateAlertWebhookOptions.Builder. url(String url)
Set the url.UpdateAlertWebhookOptions.Builder
UpdateAlertWebhookOptions.Builder. webhookId(String webhookId)
Set the webhookId.
-