Uses of Class
com.ibm.cloud.networking.alerts.v1.model.UpdateAlertPolicyOptions.Builder
-
Packages that use UpdateAlertPolicyOptions.Builder Package Description com.ibm.cloud.networking.alerts.v1.model -
-
Uses of UpdateAlertPolicyOptions.Builder in com.ibm.cloud.networking.alerts.v1.model
Methods in com.ibm.cloud.networking.alerts.v1.model that return UpdateAlertPolicyOptions.Builder Modifier and Type Method Description UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. alertType(String alertType)
Set the alertType.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. conditions(Map<String,Object> conditions)
Set the conditions.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. description(String description)
Set the description.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. enabled(Boolean enabled)
Set the enabled.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. filters(Map<String,Object> filters)
Set the filters.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. mechanisms(UpdateAlertPolicyInputMechanisms mechanisms)
Set the mechanisms.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. name(String name)
Set the name.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions. newBuilder()
New builder.UpdateAlertPolicyOptions.Builder
UpdateAlertPolicyOptions.Builder. policyId(String policyId)
Set the policyId.
-