public static final class PutEventRuleTargetsRequest.SlsParameters.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutEventRuleTargetsRequest.SlsParameters |
build() |
PutEventRuleTargetsRequest.SlsParameters.Builder |
id(String id)
The ID of the recipient that receives alert notifications.
|
PutEventRuleTargetsRequest.SlsParameters.Builder |
logStore(String logStore)
The name of the Simple Log Service Logstore.
|
PutEventRuleTargetsRequest.SlsParameters.Builder |
project(String project)
The name of the Simple Log Service project.
|
PutEventRuleTargetsRequest.SlsParameters.Builder |
region(String region)
The region where Simple Log Service is deployed.
|
public PutEventRuleTargetsRequest.SlsParameters.Builder id(String id)
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
example:5
public PutEventRuleTargetsRequest.SlsParameters.Builder logStore(String logStore)
The name of the Simple Log Service Logstore. Valid values of N: 1 to 5.
example:testlogstore
public PutEventRuleTargetsRequest.SlsParameters.Builder project(String project)
The name of the Simple Log Service project. Valid values of N: 1 to 5.
example:testproject
public PutEventRuleTargetsRequest.SlsParameters.Builder region(String region)
The region where Simple Log Service is deployed. Valid values of N: 1 to 5.
example:cn-hangzhou
public PutEventRuleTargetsRequest.SlsParameters build()
Copyright © 2026. All rights reserved.