Class ChainedInvokeStartedDetails
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.model.ChainedInvokeStartedDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChainedInvokeStartedDetails.Builder,ChainedInvokeStartedDetails>
@Generated("software.amazon.awssdk:codegen") public final class ChainedInvokeStartedDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChainedInvokeStartedDetails.Builder,ChainedInvokeStartedDetails>
Contains details about a chained function invocation that has started execution, including start time and execution context.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChainedInvokeStartedDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChainedInvokeStartedDetails.Builderbuilder()StringdurableExecutionArn()The Amazon Resource Name (ARN) that identifies the durable execution.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutedVersion()The version of the function that was executed.StringfunctionName()The name or ARN of the Lambda function being invoked.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EventInputinput()The JSON input payload provided to the chained invocation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ChainedInvokeStartedDetails.Builder>serializableBuilderClass()StringtenantId()The tenant identifier for the chained invocation.ChainedInvokeStartedDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public ChainedInvokeStartedDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChainedInvokeStartedDetails.Builder,ChainedInvokeStartedDetails>
-
builder
public static ChainedInvokeStartedDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChainedInvokeStartedDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-