public static final class ModifyVSwitchAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyVSwitchAttributeRequest |
build() |
ModifyVSwitchAttributeRequest.Builder |
description(String description)
The description of the vSwitch.
|
ModifyVSwitchAttributeRequest.Builder |
vSwitchId(String vSwitchId)
The ID of the vSwitch.
|
ModifyVSwitchAttributeRequest.Builder |
vSwitchName(String vSwitchName)
The name of the vSwitch.
|
public ModifyVSwitchAttributeRequest.Builder description(String description)
* The description must be 2 to 256 characters in length. * The description cannot start with http:// or https://.
public ModifyVSwitchAttributeRequest.Builder vSwitchId(String vSwitchId)
public ModifyVSwitchAttributeRequest.Builder vSwitchName(String vSwitchName)
* The name must be 2 to 128 characters in length. * The name must start with a letter and cannot start with http:// or https://.
public ModifyVSwitchAttributeRequest build()
Copyright © 2024. All rights reserved.