public static interface GetFolderRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
| Modifier and Type | Method and Description |
|---|---|
GetFolderRequest.Builder |
commitSpecifier(String commitSpecifier)
A fully-qualified reference used to identify a commit that contains the version of the folder's content to
return.
|
GetFolderRequest.Builder |
folderPath(String folderPath)
The fully-qualified path to the folder whose contents will be returned, including the folder name.
|
GetFolderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFolderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFolderRequest.Builder |
repositoryName(String repositoryName)
The name of the repository.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFolderRequest.Builder repositoryName(String repositoryName)
The name of the repository.
repositoryName - The name of the repository.GetFolderRequest.Builder commitSpecifier(String commitSpecifier)
A fully-qualified reference used to identify a commit that contains the version of the folder's content to return. A fully-qualified reference can be a commit ID, branch name, tag, or reference such as HEAD. If no specifier is provided, the folder content will be returned as it exists in the HEAD commit.
commitSpecifier - A fully-qualified reference used to identify a commit that contains the version of the folder's
content to return. A fully-qualified reference can be a commit ID, branch name, tag, or reference such
as HEAD. If no specifier is provided, the folder content will be returned as it exists in the HEAD
commit.GetFolderRequest.Builder folderPath(String folderPath)
The fully-qualified path to the folder whose contents will be returned, including the folder name. For example, /examples is a fully-qualified path to a folder named examples that was created off of the root directory (/) of a repository.
folderPath - The fully-qualified path to the folder whose contents will be returned, including the folder name. For
example, /examples is a fully-qualified path to a folder named examples that was created off of the
root directory (/) of a repository.GetFolderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFolderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.