public static interface DeleteBandwidthRateLimitRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DeleteBandwidthRateLimitRequest.Builder,DeleteBandwidthRateLimitRequest>
| Modifier and Type | Method and 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)
Sets the value of the GatewayARN property for this object.
|
DeleteBandwidthRateLimitRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteBandwidthRateLimitRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.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.
DeleteBandwidthRateLimitRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.