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