Struct aws_sdk_workdocs::output::get_folder_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetFolderOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn metadata(self, input: FolderMetadata) -> Self
pub fn metadata(self, input: FolderMetadata) -> Self
The metadata of the folder.
sourcepub fn set_metadata(self, input: Option<FolderMetadata>) -> Self
pub fn set_metadata(self, input: Option<FolderMetadata>) -> Self
The metadata of the folder.
sourcepub fn custom_metadata(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn custom_metadata(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to custom_metadata
.
To override the contents of this collection use set_custom_metadata
.
The custom metadata on the folder.
sourcepub fn set_custom_metadata(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_custom_metadata(self, input: Option<HashMap<String, String>>) -> Self
The custom metadata on the folder.
sourcepub fn build(self) -> GetFolderOutput
pub fn build(self) -> GetFolderOutput
Consumes the builder and constructs a GetFolderOutput
.