Interface DescribeReplayResponse.Builder

    • Method Detail

      • replayName

        DescribeReplayResponse.Builder replayName​(String replayName)

        The name of the replay.

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

        DescribeReplayResponse.Builder replayArn​(String replayArn)

        The ARN of the replay.

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

        DescribeReplayResponse.Builder description​(String description)

        The description of the replay.

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

        DescribeReplayResponse.Builder stateReason​(String stateReason)

        The reason that the replay is in the current state.

        Parameters:
        stateReason - The reason that the replay is in the current state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventSourceArn

        DescribeReplayResponse.Builder eventSourceArn​(String eventSourceArn)

        The ARN of the archive events were replayed from.

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

        DescribeReplayResponse.Builder destination​(ReplayDestination destination)

        A ReplayDestination object that contains details about the replay.

        Parameters:
        destination - A ReplayDestination object that contains details about the replay.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStartTime

        DescribeReplayResponse.Builder eventStartTime​(Instant eventStartTime)

        The time stamp of the first event that was last replayed from the archive.

        Parameters:
        eventStartTime - The time stamp of the first event that was last replayed from the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventEndTime

        DescribeReplayResponse.Builder eventEndTime​(Instant eventEndTime)

        The time stamp for the last event that was replayed from the archive.

        Parameters:
        eventEndTime - The time stamp for the last event that was replayed from the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventLastReplayedTime

        DescribeReplayResponse.Builder eventLastReplayedTime​(Instant eventLastReplayedTime)

        The time that the event was last replayed.

        Parameters:
        eventLastReplayedTime - The time that the event was last replayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replayStartTime

        DescribeReplayResponse.Builder replayStartTime​(Instant replayStartTime)

        A time stamp for the time that the replay started.

        Parameters:
        replayStartTime - A time stamp for the time that the replay started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replayEndTime

        DescribeReplayResponse.Builder replayEndTime​(Instant replayEndTime)

        A time stamp for the time that the replay stopped.

        Parameters:
        replayEndTime - A time stamp for the time that the replay stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.