Interface JobError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JobError.Builder,JobError>, SdkBuilder<JobError.Builder,JobError>, SdkPojo
Enclosing class:
JobError

@Mutable @NotThreadSafe public static interface JobError.Builder extends SdkPojo, CopyableBuilder<JobError.Builder,JobError>
  • Method Details

    • code

      Error code indicating the type of error that occurred.

      Parameters:
      code - Error code indicating the type of error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      Error code indicating the type of error that occurred.

      Parameters:
      code - Error code indicating the type of error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • messages

      JobError.Builder messages(Collection<String> messages)

      Error messages providing details about the failure.

      Parameters:
      messages - Error messages providing details about the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messages

      JobError.Builder messages(String... messages)

      Error messages providing details about the failure.

      Parameters:
      messages - Error messages providing details about the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.