CopyableBuilder<DeleteBandwidthRateLimitRequest.Builder,DeleteBandwidthRateLimitRequest>
, SdkBuilder<DeleteBandwidthRateLimitRequest.Builder,DeleteBandwidthRateLimitRequest>
public static interface DeleteBandwidthRateLimitRequest.Builder extends CopyableBuilder<DeleteBandwidthRateLimitRequest.Builder,DeleteBandwidthRateLimitRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteBandwidthRateLimitRequest.Builder |
bandwidthType(String bandwidthType) |
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
|
DeleteBandwidthRateLimitRequest.Builder |
gatewayARN(String gatewayARN) |
copy
apply, build
DeleteBandwidthRateLimitRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- DeleteBandwidthRateLimitRequest.Builder bandwidthType(String bandwidthType)
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
bandwidthType
- One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.