public static final class PutEventRuleTargetsRequest.WebhookParameters.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutEventRuleTargetsRequest.WebhookParameters |
build() |
PutEventRuleTargetsRequest.WebhookParameters.Builder |
id(String id)
The ID of the recipient that receives alert notifications.
|
PutEventRuleTargetsRequest.WebhookParameters.Builder |
method(String method)
The HTTP request method.
|
PutEventRuleTargetsRequest.WebhookParameters.Builder |
protocol(String protocol)
The name of the protocol.
|
PutEventRuleTargetsRequest.WebhookParameters.Builder |
url(String url)
The callback URL.
|
public PutEventRuleTargetsRequest.WebhookParameters.Builder id(String id)
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
example:4
public PutEventRuleTargetsRequest.WebhookParameters.Builder method(String method)
The HTTP request method. Valid values of N: 1 to 5.
Valid values: GET and POST.
example:GET
public PutEventRuleTargetsRequest.WebhookParameters.Builder protocol(String protocol)
The name of the protocol. Valid values of N: 1 to 5. Valid values:
http
public PutEventRuleTargetsRequest.WebhookParameters.Builder url(String url)
The callback URL. Valid values of N: 1 to 5.
example:public PutEventRuleTargetsRequest.WebhookParameters build()
Copyright © 2026. All rights reserved.