Interface ChainedInvokeStartedDetails.Builder

  • Method Details

    • 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

      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

      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.
    • input

      The JSON input payload provided to the chained invocation.

      This is a convenience method that creates an instance of the EventInput.Builder avoiding the need to create one manually via EventInput.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to input(EventInput).

      Parameters:
      input - a consumer that will call methods on EventInput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.