public static interface Phase.Builder extends SdkPojo, CopyableBuilder<Phase.Builder,Phase>
Modifier and Type | Method and Description |
---|---|
Phase.Builder |
durationInSeconds(Integer durationInSeconds)
Specifies how long traffic phase should be.
|
Phase.Builder |
initialNumberOfUsers(Integer initialNumberOfUsers)
Specifies how many concurrent users to start with.
|
Phase.Builder |
spawnRate(Integer spawnRate)
Specified how many new users to spawn in a minute.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Phase.Builder initialNumberOfUsers(Integer initialNumberOfUsers)
Specifies how many concurrent users to start with.
initialNumberOfUsers
- Specifies how many concurrent users to start with.Phase.Builder spawnRate(Integer spawnRate)
Specified how many new users to spawn in a minute.
spawnRate
- Specified how many new users to spawn in a minute.Phase.Builder durationInSeconds(Integer durationInSeconds)
Specifies how long traffic phase should be.
durationInSeconds
- Specifies how long traffic phase should be.Copyright © 2022. All rights reserved.