Uses of Interface
software.amazon.awssdk.services.deadline.model.JobAttachmentDetailsError.Builder
-
Packages that use JobAttachmentDetailsError.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobAttachmentDetailsError.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobAttachmentDetailsError.Builder Modifier and Type Method Description static JobAttachmentDetailsError.BuilderJobAttachmentDetailsError. builder()JobAttachmentDetailsError.BuilderJobAttachmentDetailsError.Builder. code(String code)The error code.JobAttachmentDetailsError.BuilderJobAttachmentDetailsError.Builder. code(JobEntityErrorCode code)The error code.JobAttachmentDetailsError.BuilderJobAttachmentDetailsError.Builder. jobId(String jobId)The job ID.JobAttachmentDetailsError.BuilderJobAttachmentDetailsError.Builder. message(String message)The error message detailing the error's cause.JobAttachmentDetailsError.BuilderJobAttachmentDetailsError. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type JobAttachmentDetailsError.Builder Modifier and Type Method Description static Class<? extends JobAttachmentDetailsError.Builder>JobAttachmentDetailsError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type JobAttachmentDetailsError.Builder Modifier and Type Method Description static GetJobEntityErrorGetJobEntityError. fromJobAttachmentDetails(Consumer<JobAttachmentDetailsError.Builder> jobAttachmentDetails)Create an instance of this class withGetJobEntityError.jobAttachmentDetails()initialized to the given value.default GetJobEntityError.BuilderGetJobEntityError.Builder. jobAttachmentDetails(Consumer<JobAttachmentDetailsError.Builder> jobAttachmentDetails)The job attachment details for the failed job entity.
-