Struct aws_sdk_codecommit::types::builders::SymbolicLinkBuilder
source · #[non_exhaustive]pub struct SymbolicLinkBuilder { /* private fields */ }
Expand description
A builder for SymbolicLink
.
Implementations§
source§impl SymbolicLinkBuilder
impl SymbolicLinkBuilder
sourcepub fn blob_id(self, input: impl Into<String>) -> Self
pub fn blob_id(self, input: impl Into<String>) -> Self
The blob ID that contains the information about the symbolic link.
sourcepub fn set_blob_id(self, input: Option<String>) -> Self
pub fn set_blob_id(self, input: Option<String>) -> Self
The blob ID that contains the information about the symbolic link.
sourcepub fn get_blob_id(&self) -> &Option<String>
pub fn get_blob_id(&self) -> &Option<String>
The blob ID that contains the information about the symbolic link.
sourcepub fn absolute_path(self, input: impl Into<String>) -> Self
pub fn absolute_path(self, input: impl Into<String>) -> Self
The fully qualified path to the folder that contains the symbolic link.
sourcepub fn set_absolute_path(self, input: Option<String>) -> Self
pub fn set_absolute_path(self, input: Option<String>) -> Self
The fully qualified path to the folder that contains the symbolic link.
sourcepub fn get_absolute_path(&self) -> &Option<String>
pub fn get_absolute_path(&self) -> &Option<String>
The fully qualified path to the folder that contains the symbolic link.
sourcepub fn relative_path(self, input: impl Into<String>) -> Self
pub fn relative_path(self, input: impl Into<String>) -> Self
The relative path of the symbolic link from the folder where the query originated.
sourcepub fn set_relative_path(self, input: Option<String>) -> Self
pub fn set_relative_path(self, input: Option<String>) -> Self
The relative path of the symbolic link from the folder where the query originated.
sourcepub fn get_relative_path(&self) -> &Option<String>
pub fn get_relative_path(&self) -> &Option<String>
The relative path of the symbolic link from the folder where the query originated.
sourcepub fn file_mode(self, input: FileModeTypeEnum) -> Self
pub fn file_mode(self, input: FileModeTypeEnum) -> Self
The file mode permissions of the blob that cotains information about the symbolic link.
sourcepub fn set_file_mode(self, input: Option<FileModeTypeEnum>) -> Self
pub fn set_file_mode(self, input: Option<FileModeTypeEnum>) -> Self
The file mode permissions of the blob that cotains information about the symbolic link.
sourcepub fn get_file_mode(&self) -> &Option<FileModeTypeEnum>
pub fn get_file_mode(&self) -> &Option<FileModeTypeEnum>
The file mode permissions of the blob that cotains information about the symbolic link.
sourcepub fn build(self) -> SymbolicLink
pub fn build(self) -> SymbolicLink
Consumes the builder and constructs a SymbolicLink
.
Trait Implementations§
source§impl Clone for SymbolicLinkBuilder
impl Clone for SymbolicLinkBuilder
source§fn clone(&self) -> SymbolicLinkBuilder
fn clone(&self) -> SymbolicLinkBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SymbolicLinkBuilder
impl Debug for SymbolicLinkBuilder
source§impl Default for SymbolicLinkBuilder
impl Default for SymbolicLinkBuilder
source§fn default() -> SymbolicLinkBuilder
fn default() -> SymbolicLinkBuilder
source§impl PartialEq for SymbolicLinkBuilder
impl PartialEq for SymbolicLinkBuilder
source§fn eq(&self, other: &SymbolicLinkBuilder) -> bool
fn eq(&self, other: &SymbolicLinkBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.