Class CfnNetworkProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnNetworkProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkProfilePropsMixin>
- Enclosing class:
CfnNetworkProfilePropsMixin
@Stability(Stable)
public static final class CfnNetworkProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkProfilePropsMixin>
A fluent builder for
CfnNetworkProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the network profile.downlinkBandwidthBits(Number downlinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.downlinkDelayMs(Number downlinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.downlinkJitterMs(Number downlinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.downlinkLossPercent(Number downlinkLossPercent) Proportion of received packets that fail to arrive from 0 to 100 percent.The name of the network profile.projectArn(String projectArn) The Amazon Resource Name (ARN) of the specified project.An array of key-value pairs to apply to this resource.uplinkBandwidthBits(Number uplinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.uplinkDelayMs(Number uplinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.uplinkJitterMs(Number uplinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.uplinkLossPercent(Number uplinkLossPercent) Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkProfilePropsMixin.Builder.
-
description
The description of the network profile.- Parameters:
description- The description of the network profile. This parameter is required.- Returns:
this- See Also:
-
downlinkBandwidthBits
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder downlinkBandwidthBits(Number downlinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.- Parameters:
downlinkBandwidthBits- The data throughput rate in bits per second, as an integer from 0 to 104857600. This parameter is required.- Returns:
this- See Also:
-
downlinkDelayMs
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder downlinkDelayMs(Number downlinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Parameters:
downlinkDelayMs- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. This parameter is required.- Returns:
this- See Also:
-
downlinkJitterMs
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder downlinkJitterMs(Number downlinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Parameters:
downlinkJitterMs- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. This parameter is required.- Returns:
this- See Also:
-
downlinkLossPercent
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder downlinkLossPercent(Number downlinkLossPercent) Proportion of received packets that fail to arrive from 0 to 100 percent.- Parameters:
downlinkLossPercent- Proportion of received packets that fail to arrive from 0 to 100 percent. This parameter is required.- Returns:
this- See Also:
-
name
The name of the network profile.- Parameters:
name- The name of the network profile. This parameter is required.- Returns:
this- See Also:
-
projectArn
The Amazon Resource Name (ARN) of the specified project.- Parameters:
projectArn- The Amazon Resource Name (ARN) of the specified project. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
uplinkBandwidthBits
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder uplinkBandwidthBits(Number uplinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.- Parameters:
uplinkBandwidthBits- The data throughput rate in bits per second, as an integer from 0 to 104857600. This parameter is required.- Returns:
this- See Also:
-
uplinkDelayMs
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Parameters:
uplinkDelayMs- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. This parameter is required.- Returns:
this- See Also:
-
uplinkJitterMs
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Parameters:
uplinkJitterMs- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. This parameter is required.- Returns:
this- See Also:
-
uplinkLossPercent
@Stability(Stable) public CfnNetworkProfilePropsMixin.Builder uplinkLossPercent(Number uplinkLossPercent) Proportion of transmitted packets that fail to arrive from 0 to 100 percent.- Parameters:
uplinkLossPercent- Proportion of transmitted packets that fail to arrive from 0 to 100 percent. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkProfilePropsMixin>- Returns:
- a newly built instance of
CfnNetworkProfilePropsMixin.
-