Interface TagsError.Builder

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

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

    • errorCode

      TagsError.Builder errorCode(String errorCode)

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      TagsError.Builder message(String message)

      The error message.

      Parameters:
      message - The error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.