Interface ChainedInvokeStartedDetails.Builder

    • Method Detail

      • functionName

        ChainedInvokeStartedDetails.Builder functionName​(String functionName)

        The name or ARN of the Lambda function being invoked.

        Parameters:
        functionName - The name or ARN of the Lambda function being invoked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantId

        ChainedInvokeStartedDetails.Builder tenantId​(String tenantId)

        The tenant identifier for the chained invocation.

        Parameters:
        tenantId - The tenant identifier for the chained invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • input

        ChainedInvokeStartedDetails.Builder input​(EventInput input)

        The JSON input payload provided to the chained invocation.

        Parameters:
        input - The JSON input payload provided to the chained invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executedVersion

        ChainedInvokeStartedDetails.Builder executedVersion​(String executedVersion)

        The version of the function that was executed.

        Parameters:
        executedVersion - The version of the function that was executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • durableExecutionArn

        ChainedInvokeStartedDetails.Builder durableExecutionArn​(String durableExecutionArn)

        The Amazon Resource Name (ARN) that identifies the durable execution.

        Parameters:
        durableExecutionArn - The Amazon Resource Name (ARN) that identifies the durable execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.