Struct aws_sdk_workdocs::input::delete_folder_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFolderInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn set_folder_id(self, input: Option<String>) -> Self
pub fn set_folder_id(self, input: Option<String>) -> Self
The ID of the folder.
sourcepub fn build(self) -> Result<DeleteFolderInput, BuildError>
pub fn build(self) -> Result<DeleteFolderInput, BuildError>
Consumes the builder and constructs a DeleteFolderInput
.