Interface UpdateBandwidthRateLimitRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateBandwidthRateLimitRequest.Builder,
,UpdateBandwidthRateLimitRequest> SdkBuilder<UpdateBandwidthRateLimitRequest.Builder,
,UpdateBandwidthRateLimitRequest> SdkPojo
,SdkRequest.Builder
,StorageGatewayRequest.Builder
- Enclosing class:
UpdateBandwidthRateLimitRequest
public static interface UpdateBandwidthRateLimitRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateBandwidthRateLimitRequest.Builder,UpdateBandwidthRateLimitRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaverageDownloadRateLimitInBitsPerSec
(Long averageDownloadRateLimitInBitsPerSec) The average download bandwidth rate limit in bits per second.averageUploadRateLimitInBitsPerSec
(Long averageUploadRateLimitInBitsPerSec) The average upload bandwidth rate limit in bits per second.gatewayARN
(String gatewayARN) Sets the value of the GatewayARN property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
Method Details
-
gatewayARN
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN
- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
averageUploadRateLimitInBitsPerSec
UpdateBandwidthRateLimitRequest.Builder averageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec) The average upload bandwidth rate limit in bits per second.
- Parameters:
averageUploadRateLimitInBitsPerSec
- The average upload bandwidth rate limit in bits per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
averageDownloadRateLimitInBitsPerSec
UpdateBandwidthRateLimitRequest.Builder averageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec) The average download bandwidth rate limit in bits per second.
- Parameters:
averageDownloadRateLimitInBitsPerSec
- The average download bandwidth rate limit in bits per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBandwidthRateLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateBandwidthRateLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-