Class CfnReplay.Builder
java.lang.Object
software.amazon.awscdk.services.events.CfnReplay.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplay>
- Enclosing class:
CfnReplay
@Stability(Stable)
public static final class CfnReplay.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplay>
A fluent builder for
CfnReplay.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnReplay.Builderdestination(IResolvable destination) A ReplayDestination object that includes details about the destination for the replay.destination(CfnReplay.DestinationProperty destination) A ReplayDestination object that includes details about the destination for the replay.eventEndTime(String eventEndTime) A time stamp for the time to stop replaying events.eventSourceArn(String eventSourceArn) The ARN of the archive to replay events from.eventStartTime(String eventStartTime) A time stamp for the time to start replaying events.replayName(String replayName) The name of the replay.
-
Method Details
-
create
@Stability(Stable) public static CfnReplay.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnReplay.Builder.
-
destination
A ReplayDestination object that includes details about the destination for the replay.- Parameters:
destination- A ReplayDestination object that includes details about the destination for the replay. This parameter is required.- Returns:
this- See Also:
-
destination
A ReplayDestination object that includes details about the destination for the replay.- Parameters:
destination- A ReplayDestination object that includes details about the destination for the replay. This parameter is required.- Returns:
this- See Also:
-
eventEndTime
A time stamp for the time to stop replaying events.- Parameters:
eventEndTime- A time stamp for the time to stop replaying events. This parameter is required.- Returns:
this- See Also:
-
eventSourceArn
The ARN of the archive to replay events from.- Parameters:
eventSourceArn- The ARN of the archive to replay events from. This parameter is required.- Returns:
this- See Also:
-
eventStartTime
A time stamp for the time to start replaying events.- Parameters:
eventStartTime- A time stamp for the time to start replaying events. This parameter is required.- Returns:
this- See Also:
-
replayName
The name of the replay.- Parameters:
replayName- The name of the replay. This parameter is required.- Returns:
this- See Also:
-
build
-