pub struct Builder { /* private fields */ }
Expand description
A builder for PlatformProgrammingLanguage
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
The version of the programming language.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the programming language.
sourcepub fn build(self) -> PlatformProgrammingLanguage
pub fn build(self) -> PlatformProgrammingLanguage
Consumes the builder and constructs a PlatformProgrammingLanguage
.