Builder

class Builder

Properties

Link copied to clipboard

The size, in bytes, of the blob identified by afterBlobId.

Link copied to clipboard

The size, in bytes, of the blob identified by beforeBlobId. Returns 0 when you do not specify beforeBlobId.

Link copied to clipboard

An ordered list of diff hunks. Each hunk represents a contiguous run of changed and adjacent context lines. The list is empty when the blobs are identical or when the content is binary. The list is also empty when a paginated request has already returned all hunks in earlier pages, in which case NextToken is also null.

Link copied to clipboard

Specifies whether the operation treated the diff content as binary. When true, the operation does not compute a line-level diff and hunks is empty.

Link copied to clipboard

An enumeration token that can be used in a request to return the next batch of DiffHunk entries. null when the response contains the final page of the diff.