public static interface UpdateNetworkProfileRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
Modifier and Type | Method and Description |
---|---|
UpdateNetworkProfileRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
|
UpdateNetworkProfileRequest.Builder |
description(String description)
The descriptoin of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
UpdateNetworkProfileRequest.Builder |
name(String name)
The name of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateNetworkProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateNetworkProfileRequest.Builder |
type(NetworkProfileType type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest.Builder |
type(String type)
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest.Builder |
uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
uplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateNetworkProfileRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
arn
- The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.UpdateNetworkProfileRequest.Builder name(String name)
The name of the network profile about which you are returning information.
name
- The name of the network profile about which you are returning information.UpdateNetworkProfileRequest.Builder description(String description)
The descriptoin of the network profile about which you are returning information.
description
- The descriptoin of the network profile about which you are returning information.UpdateNetworkProfileRequest.Builder type(String type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
,
NetworkProfileType
UpdateNetworkProfileRequest.Builder type(NetworkProfileType type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
,
NetworkProfileType
UpdateNetworkProfileRequest.Builder uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
uplinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.UpdateNetworkProfileRequest.Builder downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
downlinkBandwidthBits
- The data throughput rate in bits per second, as an integer from 0 to 104857600.UpdateNetworkProfileRequest.Builder uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
uplinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.UpdateNetworkProfileRequest.Builder downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
downlinkDelayMs
- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.UpdateNetworkProfileRequest.Builder uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
uplinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.UpdateNetworkProfileRequest.Builder downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
downlinkJitterMs
- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.UpdateNetworkProfileRequest.Builder uplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
uplinkLossPercent
- Proportion of transmitted packets that fail to arrive from 0 to 100 percent.UpdateNetworkProfileRequest.Builder downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
downlinkLossPercent
- Proportion of received packets that fail to arrive from 0 to 100 percent.UpdateNetworkProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateNetworkProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.