Interface AnnotationError.Builder

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

public static interface AnnotationError.Builder extends SdkPojo, CopyableBuilder<AnnotationError.Builder,AnnotationError>
  • Method Details

    • profileId

      AnnotationError.Builder profileId(String profileId)

      The Profile ID for the failed annotation.

      Parameters:
      profileId - The Profile ID for the failed annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statisticId

      AnnotationError.Builder statisticId(String statisticId)

      The Statistic ID for the failed annotation.

      Parameters:
      statisticId - The Statistic ID for the failed annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      AnnotationError.Builder failureReason(String failureReason)

      The reason why the annotation failed.

      Parameters:
      failureReason - The reason why the annotation failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.