Struct aws_sdk_sagemaker::model::ui_template::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UiTemplate
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn content(self, input: impl Into<String>) -> Self
pub fn content(self, input: impl Into<String>) -> Self
The content of the Liquid template for the worker user interface.
sourcepub fn set_content(self, input: Option<String>) -> Self
pub fn set_content(self, input: Option<String>) -> Self
The content of the Liquid template for the worker user interface.
sourcepub fn build(self) -> UiTemplate
pub fn build(self) -> UiTemplate
Consumes the builder and constructs a UiTemplate
.