public static final class ModifyFullLogTtlRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyFullLogTtlRequest |
build() |
ModifyFullLogTtlRequest.Builder |
regionId(String regionId)
RegionId.
|
ModifyFullLogTtlRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
ModifyFullLogTtlRequest.Builder |
ttl(Integer ttl)
The log storage duration of a website.
|
public ModifyFullLogTtlRequest.Builder regionId(String regionId)
public ModifyFullLogTtlRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
public ModifyFullLogTtlRequest.Builder ttl(Integer ttl)
The log storage duration of a website. Valid values: 7 to 180. Unit: days.
This parameter is required.
example:30
public ModifyFullLogTtlRequest build()
Copyright © 2026. All rights reserved.