Struct aws_sdk_devicefarm::model::network_profile::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for NetworkProfile
Implementations
The Amazon Resource Name (ARN) of the network profile.
The Amazon Resource Name (ARN) of the network profile.
The description of the network profile.
The description of the network profile.
The type of network profile. Valid values are listed here.
The type of network profile. Valid values are listed here.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
Proportion of received packets that fail to arrive from 0 to 100 percent.
Proportion of received packets that fail to arrive from 0 to 100 percent.
Consumes the builder and constructs a NetworkProfile
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more