Class ChainedInvokeStartedDetails

    • Method Detail

      • functionName

        public final String functionName()

        The name or ARN of the Lambda function being invoked.

        Returns:
        The name or ARN of the Lambda function being invoked.
      • tenantId

        public final String tenantId()

        The tenant identifier for the chained invocation.

        Returns:
        The tenant identifier for the chained invocation.
      • input

        public final EventInput input()

        The JSON input payload provided to the chained invocation.

        Returns:
        The JSON input payload provided to the chained invocation.
      • executedVersion

        public final String executedVersion()

        The version of the function that was executed.

        Returns:
        The version of the function that was executed.
      • durableExecutionArn

        public final String durableExecutionArn()

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

        Returns:
        The Amazon Resource Name (ARN) that identifies the durable execution.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)