@Generated(value="software.amazon.awssdk:codegen") public final class WaitActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaitActivity.Builder,WaitActivity>
Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.
Modifier and Type | Class and Description |
---|---|
static interface |
WaitActivity.Builder |
Modifier and Type | Method and Description |
---|---|
static WaitActivity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextActivity()
The unique identifier for the next activity to perform, after performing the wait activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WaitActivity.Builder> |
serializableBuilderClass() |
WaitActivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WaitTime |
waitTime()
The amount of time to wait or the date and time when the activity moves participants to the next activity in the
journey.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String nextActivity()
The unique identifier for the next activity to perform, after performing the wait activity.
public final WaitTime waitTime()
The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.
public WaitActivity.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<WaitActivity.Builder,WaitActivity>
public static WaitActivity.Builder builder()
public static Class<? extends WaitActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.