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)
Add an optional request override configuration.
|
GetFolderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetFolderRequest.Builder |
repositoryName(String repositoryName)
The name of the repository.
|
build
overrideConfiguration
copy
applyMutation, build
GetFolderRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFolderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.