Uses of Interface
software.amazon.awssdk.services.codecommit.model.SymbolicLink.Builder
-
Packages that use SymbolicLink.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of SymbolicLink.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return SymbolicLink.Builder Modifier and Type Method Description SymbolicLink.BuilderSymbolicLink.Builder. absolutePath(String absolutePath)The fully qualified path to the folder that contains the symbolic link.SymbolicLink.BuilderSymbolicLink.Builder. blobId(String blobId)The blob ID that contains the information about the symbolic link.static SymbolicLink.BuilderSymbolicLink. builder()SymbolicLink.BuilderSymbolicLink.Builder. fileMode(String fileMode)The file mode permissions of the blob that cotains information about the symbolic link.SymbolicLink.BuilderSymbolicLink.Builder. fileMode(FileModeTypeEnum fileMode)The file mode permissions of the blob that cotains information about the symbolic link.SymbolicLink.BuilderSymbolicLink.Builder. relativePath(String relativePath)The relative path of the symbolic link from the folder where the query originated.SymbolicLink.BuilderSymbolicLink. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type SymbolicLink.Builder Modifier and Type Method Description static Class<? extends SymbolicLink.Builder>SymbolicLink. serializableBuilderClass()
-