@Generated(value="software.amazon.awssdk:codegen") public final class Phase extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Phase.Builder,Phase>
Defines the traffic pattern.
Modifier and Type | Class and Description |
---|---|
static interface |
Phase.Builder |
Modifier and Type | Method and Description |
---|---|
static Phase.Builder |
builder() |
Integer |
durationInSeconds()
Specifies how long traffic phase should be.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
initialNumberOfUsers()
Specifies how many concurrent users to start with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Phase.Builder> |
serializableBuilderClass() |
Integer |
spawnRate()
Specified how many new users to spawn in a minute.
|
Phase.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer initialNumberOfUsers()
Specifies how many concurrent users to start with.
public final Integer spawnRate()
Specified how many new users to spawn in a minute.
public final Integer durationInSeconds()
Specifies how long traffic phase should be.
public Phase.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Phase.Builder,Phase>
public static Phase.Builder builder()
public static Class<? extends Phase.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.