PutFileRequest.Builder |
PutFileRequest.Builder.branchName(String branchName) |
The name of the branch where you want to add or update the file.
|
static PutFileRequest.Builder |
PutFileRequest.builder() |
|
PutFileRequest.Builder |
PutFileRequest.Builder.commitMessage(String commitMessage) |
A message about why this file was added or updated.
|
PutFileRequest.Builder |
PutFileRequest.Builder.email(String email) |
An email address for the person adding or updating the file.
|
PutFileRequest.Builder |
PutFileRequest.Builder.fileContent(SdkBytes fileContent) |
The content of the file, in binary object format.
|
PutFileRequest.Builder |
PutFileRequest.Builder.fileMode(String fileMode) |
The file mode permissions of the blob.
|
PutFileRequest.Builder |
PutFileRequest.Builder.fileMode(FileModeTypeEnum fileMode) |
The file mode permissions of the blob.
|
PutFileRequest.Builder |
PutFileRequest.Builder.filePath(String filePath) |
The name of the file you want to add or update, including the relative path to the file in the repository.
|
PutFileRequest.Builder |
PutFileRequest.Builder.name(String name) |
The name of the person adding or updating the file.
|
PutFileRequest.Builder |
PutFileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutFileRequest.Builder |
PutFileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutFileRequest.Builder |
PutFileRequest.Builder.parentCommitId(String parentCommitId) |
The full commit ID of the head commit in the branch where you want to add or update the file.
|
PutFileRequest.Builder |
PutFileRequest.Builder.repositoryName(String repositoryName) |
The name of the repository where you want to add or update the file.
|
PutFileRequest.Builder |
PutFileRequest.toBuilder() |
|