Uses of Class
software.amazon.awscdk.services.events.CfnReplay.Builder
Packages that use CfnReplay.Builder
-
Uses of CfnReplay.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnReplay.BuilderModifier and TypeMethodDescriptionstatic CfnReplay.BuilderCfnReplay.Builder.destination(IResolvable destination) A ReplayDestination object that includes details about the destination for the replay.CfnReplay.Builder.destination(CfnReplay.DestinationProperty destination) A ReplayDestination object that includes details about the destination for the replay.CfnReplay.Builder.eventEndTime(String eventEndTime) A time stamp for the time to stop replaying events.CfnReplay.Builder.eventSourceArn(String eventSourceArn) The ARN of the archive to replay events from.CfnReplay.Builder.eventStartTime(String eventStartTime) A time stamp for the time to start replaying events.CfnReplay.Builder.replayName(String replayName) The name of the replay.