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