Interface SymbolicLink.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SymbolicLink.Builder,SymbolicLink>,SdkBuilder<SymbolicLink.Builder,SymbolicLink>,SdkPojo
- Enclosing class:
- SymbolicLink
public static interface SymbolicLink.Builder extends SdkPojo, CopyableBuilder<SymbolicLink.Builder,SymbolicLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolicLink.BuilderabsolutePath(String absolutePath)The fully qualified path to the folder that contains the symbolic link.SymbolicLink.BuilderblobId(String blobId)The blob ID that contains the information about the symbolic link.SymbolicLink.BuilderfileMode(String fileMode)The file mode permissions of the blob that cotains information about the symbolic link.SymbolicLink.BuilderfileMode(FileModeTypeEnum fileMode)The file mode permissions of the blob that cotains information about the symbolic link.SymbolicLink.BuilderrelativePath(String relativePath)The relative path of the symbolic link from the folder where the query originated.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
blobId
SymbolicLink.Builder blobId(String blobId)
The blob ID that contains the information about the symbolic link.
- Parameters:
blobId- The blob ID that contains the information about the symbolic link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
absolutePath
SymbolicLink.Builder absolutePath(String absolutePath)
The fully qualified path to the folder that contains the symbolic link.
- Parameters:
absolutePath- The fully qualified path to the folder that contains the symbolic link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relativePath
SymbolicLink.Builder relativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
- Parameters:
relativePath- The relative path of the symbolic link from the folder where the query originated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileMode
SymbolicLink.Builder fileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
- Parameters:
fileMode- The file mode permissions of the blob that cotains information about the symbolic link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileModeTypeEnum,FileModeTypeEnum
-
fileMode
SymbolicLink.Builder fileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
- Parameters:
fileMode- The file mode permissions of the blob that cotains information about the symbolic link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileModeTypeEnum,FileModeTypeEnum
-
-