public static final class ModifyCenBandwidthPackageAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyCenBandwidthPackageAttributeRequest |
build() |
ModifyCenBandwidthPackageAttributeRequest.Builder |
cenBandwidthPackageId(String cenBandwidthPackageId)
The ID of the bandwidth plan.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
description(String description)
The new description of the bandwidth plan.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
name(String name)
The new name of the bandwidth plan.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyCenBandwidthPackageAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyCenBandwidthPackageAttributeRequest.Builder cenBandwidthPackageId(String cenBandwidthPackageId)
The ID of the bandwidth plan.
This parameter is required.
example:cenbwp-4c2zaavbvh5fx****
public ModifyCenBandwidthPackageAttributeRequest.Builder description(String description)
The new description of the bandwidth plan.
The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:Bandwidth Plans
public ModifyCenBandwidthPackageAttributeRequest.Builder name(String name)
The new name of the bandwidth plan.
The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:test
public ModifyCenBandwidthPackageAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyCenBandwidthPackageAttributeRequest.Builder ownerId(Long ownerId)
public ModifyCenBandwidthPackageAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyCenBandwidthPackageAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyCenBandwidthPackageAttributeRequest build()
Copyright © 2025. All rights reserved.