Class Replay
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Replay.Builder,Replay>
A Replay object that contains details about a replay.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Replay.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final InstantA time stamp for the time to start replaying events.final InstantA time stamp for the time that the last event was replayed.final StringThe ARN of the archive to replay event from.final InstantA time stamp for the time to start replaying events.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantA time stamp for the time that the replay completed.final StringThe name of the replay.final InstantA time stamp for the time that the replay started.static Class<? extends Replay.Builder>final ReplayStatestate()The current state of the replay.final StringThe current state of the replay.final StringA description of why the replay is in the current state.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replayName
The name of the replay.
- Returns:
- The name of the replay.
-
eventSourceArn
The ARN of the archive to replay event from.
- Returns:
- The ARN of the archive to replay event from.
-
state
The current state of the replay.
If the service returns an enum value that is not available in the current SDK version,
statewill returnReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the replay.
- See Also:
-
stateAsString
The current state of the replay.
If the service returns an enum value that is not available in the current SDK version,
statewill returnReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the replay.
- See Also:
-
stateReason
A description of why the replay is in the current state.
- Returns:
- A description of why the replay is in the current state.
-
eventStartTime
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
- Returns:
- A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
-
eventEndTime
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTimespecified is replayed.- Returns:
- A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTimespecified is replayed.
-
eventLastReplayedTime
A time stamp for the time that the last event was replayed.
- Returns:
- A time stamp for the time that the last event was replayed.
-
replayStartTime
A time stamp for the time that the replay started.
- Returns:
- A time stamp for the time that the replay started.
-
replayEndTime
A time stamp for the time that the replay completed.
- Returns:
- A time stamp for the time that the replay completed.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Replay.Builder,Replay>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-