public static final class DescribeEventRuleTargetListResponseBody.SlsParameter.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeEventRuleTargetListResponseBody.SlsParameter.Builder |
arn(String arn)
The ARN of the Log Service Logstore.
|
DescribeEventRuleTargetListResponseBody.SlsParameter |
build() |
DescribeEventRuleTargetListResponseBody.SlsParameter.Builder |
id(String id)
The ID of the recipient.
|
DescribeEventRuleTargetListResponseBody.SlsParameter.Builder |
logStore(String logStore)
The name of the Logstore.
|
DescribeEventRuleTargetListResponseBody.SlsParameter.Builder |
project(String project)
The name of the project.
|
DescribeEventRuleTargetListResponseBody.SlsParameter.Builder |
region(String region)
The ID of the region where the Log Service project resides.
|
public DescribeEventRuleTargetListResponseBody.SlsParameter.Builder arn(String arn)
The ARN of the Log Service Logstore.
Format: arn:acs:${Service}:${Region}:${Account}:${ResourceType}/${ResourceId}. Fields:
public DescribeEventRuleTargetListResponseBody.SlsParameter.Builder id(String id)
The ID of the recipient.
example:4
public DescribeEventRuleTargetListResponseBody.SlsParameter.Builder logStore(String logStore)
The name of the Logstore.
example:logstore_test
public DescribeEventRuleTargetListResponseBody.SlsParameter.Builder project(String project)
The name of the project.
example:project_test
public DescribeEventRuleTargetListResponseBody.SlsParameter.Builder region(String region)
The ID of the region where the Log Service project resides.
example:cn-hangzhou
public DescribeEventRuleTargetListResponseBody.SlsParameter build()
Copyright © 2026. All rights reserved.