public static final class PutEventRuleTargetsRequest.Builder extends Object
public PutEventRuleTargetsRequest.Builder contactParameters(List<PutEventRuleTargetsRequest.ContactParameters> contactParameters)
The information about the alert contact groups that receive alert notifications.
public PutEventRuleTargetsRequest.Builder fcParameters(List<PutEventRuleTargetsRequest.FcParameters> fcParameters)
The information about the recipients in Function Compute.
public PutEventRuleTargetsRequest.Builder mnsParameters(List<PutEventRuleTargetsRequest.MnsParameters> mnsParameters)
The notifications of Simple Message Queue (formerly MNS) (SMQ).
public PutEventRuleTargetsRequest.Builder openApiParameters(List<PutEventRuleTargetsRequest.OpenApiParameters> openApiParameters)
The parameters of API callback notification.
public PutEventRuleTargetsRequest.Builder ruleName(String ruleName)
The name of the alert rule.
This parameter is required.
example:testEventRule
public PutEventRuleTargetsRequest.Builder slsParameters(List<PutEventRuleTargetsRequest.SlsParameters> slsParameters)
The information about the recipients in Simple Log Service.
public PutEventRuleTargetsRequest.Builder webhookParameters(List<PutEventRuleTargetsRequest.WebhookParameters> webhookParameters)
The information about the callback URLs that are used to receive alert notifications.
public PutEventRuleTargetsRequest build()
Copyright © 2026. All rights reserved.