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