CopyableBuilder<Difference.Builder,Difference>, SdkBuilder<Difference.Builder,Difference>public static interface Difference.Builder extends CopyableBuilder<Difference.Builder,Difference>
| Modifier and Type | Method | Description |
|---|---|---|
Difference.Builder |
afterBlob(BlobMetadata afterBlob) |
Information about an
afterBlob data type object, including the ID, the file mode permission
code, and the path. |
Difference.Builder |
beforeBlob(BlobMetadata beforeBlob) |
Information about a
beforeBlob data type object, including the ID, the file mode permission
code, and the path. |
Difference.Builder |
changeType(String changeType) |
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
Difference.Builder |
changeType(ChangeTypeEnum changeType) |
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
copyapply, buildDifference.Builder beforeBlob(BlobMetadata beforeBlob)
Information about a beforeBlob data type object, including the ID, the file mode permission
code, and the path.
beforeBlob - Information about a beforeBlob data type object, including the ID, the file mode
permission code, and the path.Difference.Builder afterBlob(BlobMetadata afterBlob)
Information about an afterBlob data type object, including the ID, the file mode permission
code, and the path.
afterBlob - Information about an afterBlob data type object, including the ID, the file mode
permission code, and the path.Difference.Builder changeType(String changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
changeType - Whether the change type of the difference is an addition (A), deletion (D), or modification (M).ChangeTypeEnumDifference.Builder changeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
changeType - Whether the change type of the difference is an addition (A), deletion (D), or modification (M).ChangeTypeEnumCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.