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)
> You can call the [ListClusterInterceptionConfig](~~ListClusterInterceptionConfig~~) operation to query the IDs of clusters.
public SetClusterInterceptionConfigRequest.Builder switchOn(Integer switchOn)
* **1**: yes * **0**: no
public SetClusterInterceptionConfigRequest.Builder switchType(Integer switchType)
* **0**: the interception switch * **1**: the interception type switch * **2**: the interception history switch
public SetClusterInterceptionConfigRequest build()
Copyright © 2023. All rights reserved.