Uses of Interface
software.amazon.awssdk.services.sfn.model.ExecutionAbortedEventDetails.Builder
-
Packages that use ExecutionAbortedEventDetails.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ExecutionAbortedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionAbortedEventDetails.Builder Modifier and Type Method Description static ExecutionAbortedEventDetails.BuilderExecutionAbortedEventDetails. builder()ExecutionAbortedEventDetails.BuilderExecutionAbortedEventDetails.Builder. cause(String causeValue)A more detailed explanation of the cause of the failure.ExecutionAbortedEventDetails.BuilderExecutionAbortedEventDetails.Builder. error(String error)The error code of the failure.ExecutionAbortedEventDetails.BuilderExecutionAbortedEventDetails. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ExecutionAbortedEventDetails.Builder Modifier and Type Method Description static Class<? extends ExecutionAbortedEventDetails.Builder>ExecutionAbortedEventDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ExecutionAbortedEventDetails.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. executionAbortedEventDetails(Consumer<ExecutionAbortedEventDetails.Builder> executionAbortedEventDetails)Sets the value of the ExecutionAbortedEventDetails property for this object.
-