public static interface DescribeBandwidthRateLimitScheduleResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeBandwidthRateLimitScheduleResponse.Builder,DescribeBandwidthRateLimitScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
DescribeBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
DescribeBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(Consumer<BandwidthRateLimitInterval.Builder>... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
DescribeBandwidthRateLimitScheduleResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBandwidthRateLimitScheduleResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.DescribeBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
bandwidthRateLimitIntervals - An array that contains the bandwidth rate limit intervals for a tape or volume gateway.DescribeBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
bandwidthRateLimitIntervals - An array that contains the bandwidth rate limit intervals for a tape or volume gateway.DescribeBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(Consumer<BandwidthRateLimitInterval.Builder>... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
This is a convenience method that creates an instance of theBandwidthRateLimitInterval.Builder avoiding the
need to create one manually via
BandwidthRateLimitInterval.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #bandwidthRateLimitIntervals(List.
bandwidthRateLimitIntervals - a consumer that will call methods on
BandwidthRateLimitInterval.Builder#bandwidthRateLimitIntervals(java.util.Collection) Copyright © 2022. All rights reserved.