public static final class UpsertCollectionPolicyRequest.CentralizeConfig.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpsertCollectionPolicyRequest.CentralizeConfig |
build() |
UpsertCollectionPolicyRequest.CentralizeConfig.Builder |
destLogstore(String destLogstore)
The destination logstore for centralized storage.
|
UpsertCollectionPolicyRequest.CentralizeConfig.Builder |
destProject(String destProject)
The destination project for centralized storage.
|
UpsertCollectionPolicyRequest.CentralizeConfig.Builder |
destRegion(String destRegion)
The destination region for centralized storage.
|
UpsertCollectionPolicyRequest.CentralizeConfig.Builder |
destTTL(Integer destTTL)
The data retention period for centralized storage.
|
public UpsertCollectionPolicyRequest.CentralizeConfig.Builder destLogstore(String destLogstore)
The destination logstore for centralized storage. Make sure that the region of the destination logstore is consistent with the region specified by destRegion and the destination logstore belongs to the destination project specified by destProject.
example:your-sls-logstore-in-beijing
public UpsertCollectionPolicyRequest.CentralizeConfig.Builder destProject(String destProject)
The destination project for centralized storage. Make sure that the region of the destination project is consistent with the region specified by destRegion.
example:your-sls-project-in-beijing
public UpsertCollectionPolicyRequest.CentralizeConfig.Builder destRegion(String destRegion)
The destination region for centralized storage.
example:cn-beijing
public UpsertCollectionPolicyRequest.CentralizeConfig.Builder destTTL(Integer destTTL)
The data retention period for centralized storage. Unit: days. This parameter takes effect only when you use an existing logstore for centralized storage.
example:your-sls-logstore-ttl
public UpsertCollectionPolicyRequest.CentralizeConfig build()
Copyright © 2025. All rights reserved.