public static interface Folder.Builder extends SdkPojo, CopyableBuilder<Folder.Builder,Folder>
Modifier and Type | Method and Description |
---|---|
Folder.Builder |
absolutePath(String absolutePath)
The fully-qualified path of the folder in the repository.
|
Folder.Builder |
relativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
|
Folder.Builder |
treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
copy
applyMutation, build
Folder.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the folder.Folder.Builder absolutePath(String absolutePath)
The fully-qualified path of the folder in the repository.
absolutePath
- The fully-qualified path of the folder in the repository.Folder.Builder relativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
relativePath
- The relative path of the specified folder from the folder where the query originated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.