Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnNetworkProfilePropsMixin.Builder
Packages that use CfnNetworkProfilePropsMixin.Builder
-
Uses of CfnNetworkProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.devicefarm
Methods in software.amazon.awscdk.cfnpropertymixins.services.devicefarm that return CfnNetworkProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnNetworkProfilePropsMixin.Builder.create()CfnNetworkProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnNetworkProfilePropsMixin.Builder.description(String description) The description of the network profile.CfnNetworkProfilePropsMixin.Builder.downlinkBandwidthBits(Number downlinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.CfnNetworkProfilePropsMixin.Builder.downlinkDelayMs(Number downlinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.CfnNetworkProfilePropsMixin.Builder.downlinkJitterMs(Number downlinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.CfnNetworkProfilePropsMixin.Builder.downlinkLossPercent(Number downlinkLossPercent) Proportion of received packets that fail to arrive from 0 to 100 percent.The name of the network profile.CfnNetworkProfilePropsMixin.Builder.projectArn(String projectArn) The Amazon Resource Name (ARN) of the specified project.An array of key-value pairs to apply to this resource.CfnNetworkProfilePropsMixin.Builder.uplinkBandwidthBits(Number uplinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.CfnNetworkProfilePropsMixin.Builder.uplinkDelayMs(Number uplinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.CfnNetworkProfilePropsMixin.Builder.uplinkJitterMs(Number uplinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.CfnNetworkProfilePropsMixin.Builder.uplinkLossPercent(Number uplinkLossPercent) Proportion of transmitted packets that fail to arrive from 0 to 100 percent.