Interface JobAttachmentDetailsError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobAttachmentDetailsError.Builder,JobAttachmentDetailsError>,SdkBuilder<JobAttachmentDetailsError.Builder,JobAttachmentDetailsError>,SdkPojo
- Enclosing class:
- JobAttachmentDetailsError
public static interface JobAttachmentDetailsError.Builder extends SdkPojo, CopyableBuilder<JobAttachmentDetailsError.Builder,JobAttachmentDetailsError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobAttachmentDetailsError.Buildercode(String code)The error code.JobAttachmentDetailsError.Buildercode(JobEntityErrorCode code)The error code.JobAttachmentDetailsError.BuilderjobId(String jobId)The job ID.JobAttachmentDetailsError.Buildermessage(String message)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, sdkFields
-
-
-
-
Method Detail
-
code
JobAttachmentDetailsError.Builder code(String 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:
JobEntityErrorCode,JobEntityErrorCode
-
code
JobAttachmentDetailsError.Builder code(JobEntityErrorCode 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:
JobEntityErrorCode,JobEntityErrorCode
-
jobId
JobAttachmentDetailsError.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
JobAttachmentDetailsError.Builder message(String 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.
-
-