public static final class DescribeCommonBandwidthPackagesRequest.Builder extends Object
public DescribeCommonBandwidthPackagesRequest.Builder bandwidthPackageId(String bandwidthPackageId)
public DescribeCommonBandwidthPackagesRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and instance status. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public DescribeCommonBandwidthPackagesRequest.Builder includeReservationData(Boolean includeReservationData)
* **false** (default) * **true**
public DescribeCommonBandwidthPackagesRequest.Builder name(String name)
public DescribeCommonBandwidthPackagesRequest.Builder ownerAccount(String ownerAccount)
public DescribeCommonBandwidthPackagesRequest.Builder ownerId(Long ownerId)
public DescribeCommonBandwidthPackagesRequest.Builder pageNumber(Integer pageNumber)
public DescribeCommonBandwidthPackagesRequest.Builder pageSize(Integer pageSize)
public DescribeCommonBandwidthPackagesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the region ID.
public DescribeCommonBandwidthPackagesRequest.Builder resourceGroupId(String resourceGroupId)
public DescribeCommonBandwidthPackagesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeCommonBandwidthPackagesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeCommonBandwidthPackagesRequest.Builder securityProtectionEnabled(Boolean securityProtectionEnabled)
* **false** (default) * **true**
public DescribeCommonBandwidthPackagesRequest.Builder tag(List<DescribeCommonBandwidthPackagesRequest.Tag> tag)
public DescribeCommonBandwidthPackagesRequest build()
Copyright © 2024. All rights reserved.