Class DeleteWebhookOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.webhooks.v1.model.DeleteWebhookOptions.Builder
-
- Enclosing class:
- DeleteWebhookOptions
public static class DeleteWebhookOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteWebhookOptions
build()
Builds a DeleteWebhookOptions.DeleteWebhookOptions.Builder
webhookId(String webhookId)
Set the webhookId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String webhookId)
Instantiates a new builder with required properties.- Parameters:
webhookId
- the webhookId
-
-
Method Detail
-
build
public DeleteWebhookOptions build()
Builds a DeleteWebhookOptions.- Returns:
- the new DeleteWebhookOptions instance
-
webhookId
public DeleteWebhookOptions.Builder webhookId(String webhookId)
Set the webhookId.- Parameters:
webhookId
- the webhookId- Returns:
- the DeleteWebhookOptions builder
-
-