| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
FileVersion.Builder |
FileVersion.Builder.blobId(String blobId)
The blob ID of the object that represents the content of the file in this version.
|
static FileVersion.Builder |
FileVersion.builder() |
FileVersion.Builder |
FileVersion.Builder.commit(Commit commit)
Sets the value of the Commit property for this object.
|
default FileVersion.Builder |
FileVersion.Builder.commit(Consumer<Commit.Builder> commit)
Sets the value of the Commit property for this object.
|
FileVersion.Builder |
FileVersion.Builder.path(String path)
The name and path of the file at which this blob is indexed which contains the data for this version of the
file.
|
FileVersion.Builder |
FileVersion.Builder.revisionChildren(Collection<String> revisionChildren)
An array of commit IDs that contain more recent versions of this file.
|
FileVersion.Builder |
FileVersion.Builder.revisionChildren(String... revisionChildren)
An array of commit IDs that contain more recent versions of this file.
|
FileVersion.Builder |
FileVersion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileVersion.Builder> |
FileVersion.serializableBuilderClass() |
Copyright © 2023. All rights reserved.