CopyableBuilder<NetworkProfile.Builder,NetworkProfile>, SdkBuilder<NetworkProfile.Builder,NetworkProfile>public static interface NetworkProfile.Builder extends CopyableBuilder<NetworkProfile.Builder,NetworkProfile>
| Modifier and Type | Method | Description |
|---|---|---|
NetworkProfile.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the network profile.
|
NetworkProfile.Builder |
description(String description) |
The description of the network profile.
|
NetworkProfile.Builder |
downlinkBandwidthBits(Long downlinkBandwidthBits) |
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile.Builder |
downlinkDelayMs(Long downlinkDelayMs) |
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
downlinkJitterMs(Long downlinkJitterMs) |
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
downlinkLossPercent(Integer downlinkLossPercent) |
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
NetworkProfile.Builder |
name(String name) |
The name of the network profile.
|
NetworkProfile.Builder |
type(String type) |
The type of network profile.
|
NetworkProfile.Builder |
type(NetworkProfileType type) |
The type of network profile.
|
NetworkProfile.Builder |
uplinkBandwidthBits(Long uplinkBandwidthBits) |
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile.Builder |
uplinkDelayMs(Long uplinkDelayMs) |
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
uplinkJitterMs(Long uplinkJitterMs) |
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile.Builder |
uplinkLossPercent(Integer uplinkLossPercent) |
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
copyapply, buildNetworkProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) of the network profile.
arn - The Amazon Resource Name (ARN) of the network profile.NetworkProfile.Builder name(String name)
The name of the network profile.
name - The name of the network profile.NetworkProfile.Builder description(String description)
The description of the network profile.
description - The description of the network profile.NetworkProfile.Builder type(String type)
The type of network profile. Valid values are listed below.
type - The type of network profile. Valid values are listed below.NetworkProfileTypeNetworkProfile.Builder type(NetworkProfileType type)
The type of network profile. Valid values are listed below.
type - The type of network profile. Valid values are listed below.NetworkProfileTypeNetworkProfile.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.NetworkProfile.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.NetworkProfile.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.NetworkProfile.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.NetworkProfile.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.NetworkProfile.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.NetworkProfile.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.NetworkProfile.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.