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)
public ModifyHybridMonitorNamespaceRequest.Builder namespace(String namespace)
The name can contain letters, digits, and hyphens (-). For information about how to obtain the name of a namespace, see [DescribeHybridMonitorNamespaceList](~~428880~~).
public ModifyHybridMonitorNamespaceRequest.Builder spec(String spec)
* cms.s1.large: Data is stored for 15 days. * cms.s1.xlarge: Data is stored for 32 days. * cms.s1.2xlarge: Data is stored for 63 days. * cms.s1.3xlarge: Data is stored for 93 days. * cms.s1.6xlarge: Data is stored for 185 days. * cms.s1.12xlarge: Data is stored for 376 days. For information about the pricing for different retention periods, see the **Pricing** section in [Billing of the dashboard feature](~~223532~~).
public ModifyHybridMonitorNamespaceRequest build()
Copyright © 2024. All rights reserved.