| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
|
static UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.builder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.description(String description)
The descriptoin of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.name(String name)
The name of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.toBuilder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.type(String type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNetworkProfileRequest.Builder> |
UpdateNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.