pub struct Builder { /* private fields */ }Expand description
A builder for UpdateDocumentDefaultVersionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of a custom document that you want to set as the default version.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of a custom document that you want to set as the default version.
sourcepub fn document_version(self, input: impl Into<String>) -> Self
pub fn document_version(self, input: impl Into<String>) -> Self
The version of a custom document that you want to set as the default version.
sourcepub fn set_document_version(self, input: Option<String>) -> Self
pub fn set_document_version(self, input: Option<String>) -> Self
The version of a custom document that you want to set as the default version.
sourcepub fn build(self) -> Result<UpdateDocumentDefaultVersionInput, BuildError>
pub fn build(self) -> Result<UpdateDocumentDefaultVersionInput, BuildError>
Consumes the builder and constructs a UpdateDocumentDefaultVersionInput.