public static final class ModifyNetworkAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyNetworkAttributeRequest |
build() |
ModifyNetworkAttributeRequest.Builder |
description(String description)
The description of the network.
|
ModifyNetworkAttributeRequest.Builder |
networkId(String networkId)
The ID of the network.
|
ModifyNetworkAttributeRequest.Builder |
networkName(String networkName)
The name of the network.
|
public ModifyNetworkAttributeRequest.Builder description(String description)
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
public ModifyNetworkAttributeRequest.Builder networkId(String networkId)
public ModifyNetworkAttributeRequest.Builder networkName(String networkName)
* The name must be 2 to 128 characters in length * It must start with a letter but cannot start with http:// or https://. * The name can contain letters, digits, colons (:), underscores (\_), and hyphens (-).
public ModifyNetworkAttributeRequest build()
Copyright © 2024. All rights reserved.