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 SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAlertPolicyInputMechanismsWebhooksItembuild()Builds a UpdateAlertPolicyInputMechanismsWebhooksItem.UpdateAlertPolicyInputMechanismsWebhooksItem.Builderid(String id)Set the id.
 
- 
- 
- 
Method Detail- 
buildpublic UpdateAlertPolicyInputMechanismsWebhooksItem build() Builds a UpdateAlertPolicyInputMechanismsWebhooksItem.- Returns:
- the new UpdateAlertPolicyInputMechanismsWebhooksItem instance
 
 - 
idpublic UpdateAlertPolicyInputMechanismsWebhooksItem.Builder id(String id) Set the id.- Parameters:
- id- the id
- Returns:
- the UpdateAlertPolicyInputMechanismsWebhooksItem builder
 
 
- 
 
-