public static final class ModifyHybridMonitorNamespaceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyHybridMonitorNamespaceRequest |
build() |
ModifyHybridMonitorNamespaceRequest.Builder |
description(String description)
The description of the namespace.
|
ModifyHybridMonitorNamespaceRequest.Builder |
namespace(String namespace)
The name of the namespace.
|
ModifyHybridMonitorNamespaceRequest.Builder |
spec(String spec)
The data retention period.
|
public ModifyHybridMonitorNamespaceRequest.Builder description(String description)
The description of the namespace.
public ModifyHybridMonitorNamespaceRequest.Builder namespace(String namespace)
The name of the namespace.
The name can contain letters, digits, and hyphens (-).
For information about how to obtain the name of a namespace, see DescribeHybridMonitorNamespaceList.
This parameter is required.
example:aliyun
public ModifyHybridMonitorNamespaceRequest.Builder spec(String spec)
The data retention period. Valid values:
For information about the pricing for different retention periods, see the Pricing section in Billing of the dashboard feature.
example:cms.s1.2xlarge
public ModifyHybridMonitorNamespaceRequest build()
Copyright © 2026. All rights reserved.