| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceFileSpecifier.Builder |
SourceFileSpecifier.builder() |
SourceFileSpecifier.Builder |
SourceFileSpecifier.Builder.filePath(String filePath)
The full path to the file, including the name of the file.
|
SourceFileSpecifier.Builder |
SourceFileSpecifier.Builder.isMove(Boolean isMove)
Whether to remove the source file from the parent commit.
|
SourceFileSpecifier.Builder |
SourceFileSpecifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SourceFileSpecifier.Builder> |
SourceFileSpecifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutFileEntry.Builder |
PutFileEntry.Builder.sourceFile(Consumer<SourceFileSpecifier.Builder> sourceFile)
The name and full path of the file that contains the changes you want to make as part of the commit, if you
are not providing the file content directly.
|
Copyright © 2022. All rights reserved.