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 a 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, sdkFieldscopyapplyMutation, buildPhase.Builder initialNumberOfUsers(Integer initialNumberOfUsers)
Specifies how many concurrent users to start with. The value should be between 1 and 3.
initialNumberOfUsers - Specifies how many concurrent users to start with. The value should be between 1 and 3.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 a traffic phase should be. For custom load tests, the value should be between 120 and
3600. This value should not exceed JobDurationInSeconds.
durationInSeconds - Specifies how long a traffic phase should be. For custom load tests, the value should be between 120
and 3600. This value should not exceed JobDurationInSeconds.Copyright © 2023. All rights reserved.