public static final class PutEventRuleTargetsRequest.FcParameters.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutEventRuleTargetsRequest.FcParameters |
build() |
PutEventRuleTargetsRequest.FcParameters.Builder |
functionName(String functionName)
The name of the function.
|
PutEventRuleTargetsRequest.FcParameters.Builder |
id(String id)
The ID of the recipient that receives alert notifications.
|
PutEventRuleTargetsRequest.FcParameters.Builder |
region(String region)
The region where Function Compute is deployed.
|
PutEventRuleTargetsRequest.FcParameters.Builder |
serviceName(String serviceName)
The name of the Function Compute service.
|
public PutEventRuleTargetsRequest.FcParameters.Builder functionName(String functionName)
The name of the function. Valid values of N: 1 to 5.
example:fc-test
public PutEventRuleTargetsRequest.FcParameters.Builder id(String id)
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
example:1
public PutEventRuleTargetsRequest.FcParameters.Builder region(String region)
The region where Function Compute is deployed. Valid values of N: 1 to 5.
example:cn-hangzhou
public PutEventRuleTargetsRequest.FcParameters.Builder serviceName(String serviceName)
The name of the Function Compute service. Valid values of N: 1 to 5.
example:fc-test
public PutEventRuleTargetsRequest.FcParameters build()
Copyright © 2026. All rights reserved.