Interface MapRunRedrivenEventDetails.Builder

    • Method Detail

      • mapRunArn

        MapRunRedrivenEventDetails.Builder mapRunArn​(String mapRunArn)

        The Amazon Resource Name (ARN) of a Map Run that was redriven.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) of a Map Run that was redriven.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • redriveCount

        MapRunRedrivenEventDetails.Builder redriveCount​(Integer redriveCount)

        The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.

        Parameters:
        redriveCount - The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.