| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Folder.Builder |
Folder.Builder.absolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
|
static Folder.Builder |
Folder.builder() |
Folder.Builder |
Folder.Builder.relativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
|
Folder.Builder |
Folder.toBuilder() |
Folder.Builder |
Folder.Builder.treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Folder.Builder> |
Folder.serializableBuilderClass() |
Copyright © 2021. All rights reserved.