Interface SourceFileSpecifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>,SdkBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>,SdkPojo
- Enclosing class:
- SourceFileSpecifier
public static interface SourceFileSpecifier.Builder extends SdkPojo, CopyableBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceFileSpecifier.BuilderfilePath(String filePath)The full path to the file, including the name of the file.SourceFileSpecifier.BuilderisMove(Boolean isMove)Whether to remove the source file from the parent commit.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filePath
SourceFileSpecifier.Builder filePath(String filePath)
The full path to the file, including the name of the file.
- Parameters:
filePath- The full path to the file, including the name of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMove
SourceFileSpecifier.Builder isMove(Boolean isMove)
Whether to remove the source file from the parent commit.
- Parameters:
isMove- Whether to remove the source file from the parent commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-