public static final class SetClusterInterceptionConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetClusterInterceptionConfigRequest |
build() |
SetClusterInterceptionConfigRequest.Builder |
clusterIds(String clusterIds)
The ID of the cluster.
|
SetClusterInterceptionConfigRequest.Builder |
switchOn(Integer switchOn)
Specifies whether to turn on the switch.
|
SetClusterInterceptionConfigRequest.Builder |
switchType(Integer switchType)
The type of the switch that you want to configure.
|
public SetClusterInterceptionConfigRequest.Builder clusterIds(String clusterIds)
The ID of the cluster. Separate multiple cluster IDs with commas (,).
You can call the ListClusterInterceptionConfig operation to query the IDs of clusters.
This parameter is required.
example:c60b77fe62093480db6164a3c2fa****
public SetClusterInterceptionConfigRequest.Builder switchOn(Integer switchOn)
Specifies whether to turn on the switch. Valid values:
This parameter is required.
example:1
public SetClusterInterceptionConfigRequest.Builder switchType(Integer switchType)
The type of the switch that you want to configure. Valid values:
This parameter is required.
example:0
public SetClusterInterceptionConfigRequest build()
Copyright © 2026. All rights reserved.