Uses of Interface
software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
-
Packages that use AutomationExecutionException.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of AutomationExecutionException.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return AutomationExecutionException.Builder Modifier and Type Method Description AutomationExecutionException.BuilderAutomationExecutionException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AutomationExecutionException.BuilderAutomationExecutionException. builder()AutomationExecutionException.BuilderAutomationExecutionException.Builder. cause(Throwable cause)AutomationExecutionException.BuilderAutomationExecutionException.Builder. message(String message)AutomationExecutionException.BuilderAutomationExecutionException.Builder. requestId(String requestId)AutomationExecutionException.BuilderAutomationExecutionException.Builder. statusCode(int statusCode)AutomationExecutionException.BuilderAutomationExecutionException. toBuilder()AutomationExecutionException.BuilderAutomationExecutionException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type AutomationExecutionException.Builder Modifier and Type Method Description static Class<? extends AutomationExecutionException.Builder>AutomationExecutionException. serializableBuilderClass()
-