| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile.Builder |
NetworkProfile.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the network profile.
|
static NetworkProfile.Builder |
NetworkProfile.builder() |
NetworkProfile.Builder |
NetworkProfile.Builder.description(String description)
The description of the network profile.
|
NetworkProfile.Builder |
NetworkProfile.Builder.downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile.Builder |
NetworkProfile.Builder.downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
NetworkProfile.Builder.downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
NetworkProfile.Builder.downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
NetworkProfile.Builder |
NetworkProfile.Builder.name(String name)
The name of the network profile.
|
NetworkProfile.Builder |
NetworkProfile.toBuilder() |
NetworkProfile.Builder |
NetworkProfile.Builder.type(NetworkProfileType type)
The type of network profile.
|
NetworkProfile.Builder |
NetworkProfile.Builder.type(String type)
The type of network profile.
|
NetworkProfile.Builder |
NetworkProfile.Builder.uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile.Builder |
NetworkProfile.Builder.uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
NetworkProfile.Builder.uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
NetworkProfile.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 NetworkProfile.Builder> |
NetworkProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkProfileResponse.Builder |
CreateNetworkProfileResponse.Builder.networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile that is returned by the create network profile request.
|
default GetNetworkProfileResponse.Builder |
GetNetworkProfileResponse.Builder.networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile.
|
default Run.Builder |
Run.Builder.networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile being used for a test run.
|
default UpdateNetworkProfileResponse.Builder |
UpdateNetworkProfileResponse.Builder.networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
A list of the available network profiles.
|
Copyright © 2019. All rights reserved.