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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #bandwidthRateLimitIntervals(List) .bandwidthRateLimitIntervals - a consumer that will call methods on List.Builder #bandwidthRateLimitIntervals(List) Copyright © 2022. All rights reserved.