Class NodeDependencyEvent
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.NodeDependencyEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeDependencyEvent.Builder,NodeDependencyEvent>
@Generated("software.amazon.awssdk:codegen") public final class NodeDependencyEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeDependencyEvent.Builder,NodeDependencyEvent>
Contains information about an internal trace of a specific node during execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeDependencyEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeDependencyEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeName()The name of the node that generated the dependency trace.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeDependencyEvent.Builder>serializableBuilderClass()Instanttimestamp()The date and time that the dependency trace was generated.NodeDependencyEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.NodeTraceElementstraceElements()The trace elements containing detailed information about the node execution.-
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
-
nodeName
public final String nodeName()
The name of the node that generated the dependency trace.
- Returns:
- The name of the node that generated the dependency trace.
-
timestamp
public final Instant timestamp()
The date and time that the dependency trace was generated.
- Returns:
- The date and time that the dependency trace was generated.
-
traceElements
public final NodeTraceElements traceElements()
The trace elements containing detailed information about the node execution.
- Returns:
- The trace elements containing detailed information about the node execution.
-
toBuilder
public NodeDependencyEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeDependencyEvent.Builder,NodeDependencyEvent>
-
builder
public static NodeDependencyEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeDependencyEvent.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
-
-