public static interface GetBandwidthRateLimitScheduleResponse.Builder extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetBandwidthRateLimitScheduleResponse.Builder,GetBandwidthRateLimitScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResponse.Builder |
bandwidthRateLimitIntervals(Consumer<BandwidthRateLimitInterval.Builder>... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResponse.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
bandwidthRateLimitIntervals - An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate
limit intervals have been scheduled, the array is empty.GetBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
bandwidthRateLimitIntervals - An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate
limit intervals have been scheduled, the array is empty.GetBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals(Consumer<BandwidthRateLimitInterval.Builder>... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
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) GetBandwidthRateLimitScheduleResponse.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.Copyright © 2023. All rights reserved.