Interface JobAttachmentDetailsError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobAttachmentDetailsError.Builder,
,JobAttachmentDetailsError> SdkBuilder<JobAttachmentDetailsError.Builder,
,JobAttachmentDetailsError> SdkPojo
- Enclosing class:
JobAttachmentDetailsError
@Mutable
@NotThreadSafe
public static interface JobAttachmentDetailsError.Builder
extends SdkPojo, CopyableBuilder<JobAttachmentDetailsError.Builder,JobAttachmentDetailsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.code
(JobEntityErrorCode code) The error code.The job ID.The error message detailing the error's cause.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, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The job ID.
- Parameters:
jobId
- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The error message detailing the error's cause.
- Parameters:
message
- The error message detailing the error's cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-