public static interface GetFileRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetFileRequest.Builder,GetFileRequest>
Modifier and Type | Method and Description |
---|---|
GetFileRequest.Builder |
commitSpecifier(String commitSpecifier)
The fully-quaified reference that identifies the commit that contains the file.
|
GetFileRequest.Builder |
filePath(String filePath)
The fully-qualified path to the file, including the full name and extension of the file.
|
GetFileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetFileRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the file.
|
build
overrideConfiguration
copy
applyMutation, build
GetFileRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the file.
repositoryName
- The name of the repository that contains the file.GetFileRequest.Builder commitSpecifier(String commitSpecifier)
The fully-quaified reference that identifies the commit that contains the file. For example, you could specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/master. If none is provided, then the head commit will be used.
commitSpecifier
- The fully-quaified reference that identifies the commit that contains the file. For example, you could
specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/master. If none is
provided, then the head commit will be used.GetFileRequest.Builder filePath(String filePath)
The fully-qualified path to the file, including the full name and extension of the file. For example, /examples/file.md is the fully-qualified path to a file named file.md in a folder named examples.
filePath
- The fully-qualified path to the file, including the full name and extension of the file. For example,
/examples/file.md is the fully-qualified path to a file named file.md in a folder named examples.GetFileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFileRequest.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.