Class StartReplayRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.eventbridge.model.EventBridgeRequest
software.amazon.awssdk.services.eventbridge.model.StartReplayRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartReplayRequest.Builder,StartReplayRequest>
@Generated("software.amazon.awssdk:codegen")
public final class StartReplayRequest
extends EventBridgeRequest
implements ToCopyableBuilder<StartReplayRequest.Builder,StartReplayRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StartReplayRequest.Builderbuilder()final StringA description for the replay to start.final ReplayDestinationAReplayDestinationobject that includes details about the destination for the replay.final booleanfinal booleanequalsBySdkFields(Object obj) final InstantA time stamp for the time to stop replaying events.final StringThe ARN of the archive to replay events 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 StringThe name of the replay to start.static Class<? extends StartReplayRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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 to start.
- Returns:
- The name of the replay to start.
-
description
A description for the replay to start.
- Returns:
- A description for the replay to start.
-
eventSourceArn
The ARN of the archive to replay events from.
- Returns:
- The ARN of the archive to replay events from.
-
eventStartTime
A time stamp for the time to start replaying events. Only events that occurred between the
EventStartTimeandEventEndTimeare replayed.- Returns:
- A time stamp for the time to start replaying events. Only events that occurred between the
EventStartTimeandEventEndTimeare replayed.
-
eventEndTime
A time stamp for the time to stop replaying events. Only events that occurred between the
EventStartTimeandEventEndTimeare replayed.- Returns:
- A time stamp for the time to stop replaying events. Only events that occurred between the
EventStartTimeandEventEndTimeare replayed.
-
destination
A
ReplayDestinationobject that includes details about the destination for the replay.- Returns:
- A
ReplayDestinationobject that includes details about the destination for the replay.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartReplayRequest.Builder,StartReplayRequest> - Specified by:
toBuilderin classEventBridgeRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-