Interface PutFunctionRecursionConfigResponse.Builder

    • Method Detail

      • recursiveLoop

        PutFunctionRecursionConfigResponse.Builder recursiveLoop​(String recursiveLoop)

        The status of your function's recursive loop detection configuration.

        When this value is set to Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.

        When this value is set to Terminate and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.

        Parameters:
        recursiveLoop - The status of your function's recursive loop detection configuration.

        When this value is set to Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.

        When this value is set to Terminate and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecursiveLoop, RecursiveLoop
      • recursiveLoop

        PutFunctionRecursionConfigResponse.Builder recursiveLoop​(RecursiveLoop recursiveLoop)

        The status of your function's recursive loop detection configuration.

        When this value is set to Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.

        When this value is set to Terminate and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.

        Parameters:
        recursiveLoop - The status of your function's recursive loop detection configuration.

        When this value is set to Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.

        When this value is set to Terminate and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecursiveLoop, RecursiveLoop