Interface JobError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobError.Builder,
,JobError> SdkBuilder<JobError.Builder,
,JobError> SdkPojo
- Enclosing class:
JobError
public static interface JobError.Builder
extends SdkPojo, CopyableBuilder<JobError.Builder,JobError>
-
Method Summary
Modifier and TypeMethodDescriptionThe job error code.code
(JobErrorCode code) The job error code.Specific information about the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
The job error code.
- Parameters:
code
- The job error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The job error code.
- Parameters:
code
- The job error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
Specific information about the error. For example, which service quota was exceeded or which resource was not found.
- Parameters:
message
- Specific information about the error. For example, which service quota was exceeded or which resource was not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-