public static interface SymbolicLink.Builder extends SdkPojo, CopyableBuilder<SymbolicLink.Builder,SymbolicLink>
Modifier and Type | Method and Description |
---|---|
SymbolicLink.Builder |
absolutePath(String absolutePath)
The fully-qualified path to the folder that contains the symbolic link.
|
SymbolicLink.Builder |
blobId(String blobId)
The blob ID that contains the information about the symbolic link.
|
SymbolicLink.Builder |
fileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink.Builder |
fileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink.Builder |
relativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
|
copy
applyMutation, build
SymbolicLink.Builder blobId(String blobId)
The blob ID that contains the information about the symbolic link.
blobId
- The blob ID that contains the information about the symbolic link.SymbolicLink.Builder absolutePath(String absolutePath)
The fully-qualified path to the folder that contains the symbolic link.
absolutePath
- The fully-qualified path to the folder that contains the symbolic link.SymbolicLink.Builder relativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
relativePath
- The relative path of the symbolic link from the folder where the query originated.SymbolicLink.Builder fileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
fileMode
- The file mode permissions of the blob that cotains information about the symbolic link.FileModeTypeEnum
,
FileModeTypeEnum
SymbolicLink.Builder fileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
fileMode
- The file mode permissions of the blob that cotains information about the symbolic link.FileModeTypeEnum
,
FileModeTypeEnum
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.