Interface StartReplayRequest.Builder

    • Method Detail

      • replayName

        StartReplayRequest.Builder replayName​(String replayName)

        The name of the replay to start.

        Parameters:
        replayName - The name of the replay to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        StartReplayRequest.Builder description​(String description)

        A description for the replay to start.

        Parameters:
        description - A description for the replay to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventSourceArn

        StartReplayRequest.Builder eventSourceArn​(String eventSourceArn)

        The ARN of the archive to replay events from.

        Parameters:
        eventSourceArn - The ARN of the archive to replay events from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStartTime

        StartReplayRequest.Builder eventStartTime​(Instant eventStartTime)

        A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

        Parameters:
        eventStartTime - A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventEndTime

        StartReplayRequest.Builder eventEndTime​(Instant eventEndTime)

        A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

        Parameters:
        eventEndTime - A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        StartReplayRequest.Builder destination​(ReplayDestination 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.