CopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
, SdkBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
public static interface UpdateNetworkProfileRequest.Builder extends CopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateNetworkProfileRequest.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the project that you wish 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 |
type(String type) |
The type of network profile you wish to return information about.
|
UpdateNetworkProfileRequest.Builder |
type(NetworkProfileType 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.
|
copy
apply, build
UpdateNetworkProfileRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
arn
- The Amazon Resource Name (ARN) of the project that you wish 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
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
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.