public static interface TaskSubmitFailedEventDetails.Builder extends SdkPojo, CopyableBuilder<TaskSubmitFailedEventDetails.Builder,TaskSubmitFailedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
TaskSubmitFailedEventDetails.Builder |
cause(String causeValue)
A more detailed explanation of the cause of the failure.
|
TaskSubmitFailedEventDetails.Builder |
error(String error)
The error code of the failure.
|
TaskSubmitFailedEventDetails.Builder |
resource(String resource)
The action of the resource called by a task state.
|
TaskSubmitFailedEventDetails.Builder |
resourceType(String resourceType)
The service name of the resource in a task state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskSubmitFailedEventDetails.Builder resourceType(String resourceType)
The service name of the resource in a task state.
resourceType - The service name of the resource in a task state.TaskSubmitFailedEventDetails.Builder resource(String resource)
The action of the resource called by a task state.
resource - The action of the resource called by a task state.TaskSubmitFailedEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.TaskSubmitFailedEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
causeValue - A more detailed explanation of the cause of the failure.Copyright © 2023. All rights reserved.