Interface ChainedInvokeOptions.Builder

    • Method Detail

      • functionName

        ChainedInvokeOptions.Builder functionName​(String functionName)

        The name or ARN of the Lambda function to invoke.

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

        ChainedInvokeOptions.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.