public static interface BlobMetadata.Builder extends CopyableBuilder<BlobMetadata.Builder,BlobMetadata>
Modifier and Type | Method and Description |
---|---|
BlobMetadata.Builder |
blobId(String blobId)
The full ID of the blob.
|
BlobMetadata.Builder |
mode(String mode)
The file mode permissions of the blob.
|
BlobMetadata.Builder |
path(String path)
The path to the blob and any associated file name, if any.
|
copy
applyMutation, build
BlobMetadata.Builder blobId(String blobId)
The full ID of the blob.
blobId
- The full ID of the blob.BlobMetadata.Builder path(String path)
The path to the blob and any associated file name, if any.
path
- The path to the blob and any associated file name, if any.BlobMetadata.Builder mode(String mode)
The file mode permissions of the blob. File mode permission codes include:
100644
indicates read/write
100755
indicates read/write/execute
160000
indicates a submodule
120000
indicates a symlink
mode
- The file mode permissions of the blob. File mode permission codes include:
100644
indicates read/write
100755
indicates read/write/execute
160000
indicates a submodule
120000
indicates a symlink
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.