pub struct Builder { /* private fields */ }Expand description
A builder for DocumentDefaultVersionDescription.
Implementations§
source§impl Builder
impl Builder
sourcepub fn default_version(self, input: impl Into<String>) -> Self
pub fn default_version(self, input: impl Into<String>) -> Self
The default version of the document.
sourcepub fn set_default_version(self, input: Option<String>) -> Self
pub fn set_default_version(self, input: Option<String>) -> Self
The default version of the document.
sourcepub fn default_version_name(self, input: impl Into<String>) -> Self
pub fn default_version_name(self, input: impl Into<String>) -> Self
The default version of the artifact associated with the document.
sourcepub fn set_default_version_name(self, input: Option<String>) -> Self
pub fn set_default_version_name(self, input: Option<String>) -> Self
The default version of the artifact associated with the document.
sourcepub fn build(self) -> DocumentDefaultVersionDescription
pub fn build(self) -> DocumentDefaultVersionDescription
Consumes the builder and constructs a DocumentDefaultVersionDescription.