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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBandwidthRateLimitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteBandwidthRateLimitRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteBandwidthRateLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.