| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BlobMetadata.Builder |
BlobMetadata.Builder.blobId(String blobId)
The full ID of the blob.
|
static BlobMetadata.Builder |
BlobMetadata.builder() |
BlobMetadata.Builder |
BlobMetadata.Builder.mode(String mode)
The file mode permissions of the blob.
|
BlobMetadata.Builder |
BlobMetadata.Builder.path(String path)
The path to the blob and associated file name, if any.
|
BlobMetadata.Builder |
BlobMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlobMetadata.Builder> |
BlobMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Difference.Builder |
Difference.Builder.afterBlob(Consumer<BlobMetadata.Builder> afterBlob)
Information about an
afterBlob data type object, including the ID, the file mode permission
code, and the path. |
default Difference.Builder |
Difference.Builder.beforeBlob(Consumer<BlobMetadata.Builder> beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission
code, and the path. |
Copyright © 2021. All rights reserved.