Class FlowFailureEvent
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FlowFailureEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowFailureEvent.Builder,FlowFailureEvent>
@Generated("software.amazon.awssdk:codegen") public final class FlowFailureEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowFailureEvent.Builder,FlowFailureEvent>
Contains information about a failure that occurred at the flow level during a flow execution.
Flow executions is in preview release for Amazon Bedrock and is subject to change.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowFailureEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowFailureEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FlowErrorCodeerrorCode()The error code that identifies the type of failure that occurred.StringerrorCodeAsString()The error code that identifies the type of failure that occurred.StringerrorMessage()A descriptive message that provides details about the failure.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FlowFailureEvent.Builder>serializableBuilderClass()Instanttimestamp()The timestamp when the failure occurred.FlowFailureEvent.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
-
errorCode
public final FlowErrorCode errorCode()
The error code that identifies the type of failure that occurred.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnFlowErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code that identifies the type of failure that occurred.
- See Also:
FlowErrorCode
-
errorCodeAsString
public final String errorCodeAsString()
The error code that identifies the type of failure that occurred.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnFlowErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code that identifies the type of failure that occurred.
- See Also:
FlowErrorCode
-
errorMessage
public final String errorMessage()
A descriptive message that provides details about the failure.
- Returns:
- A descriptive message that provides details about the failure.
-
timestamp
public final Instant timestamp()
The timestamp when the failure occurred.
- Returns:
- The timestamp when the failure occurred.
-
toBuilder
public FlowFailureEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowFailureEvent.Builder,FlowFailureEvent>
-
builder
public static FlowFailureEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowFailureEvent.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
-
-