pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTemplateSyncConfigOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn template_sync_config(self, input: TemplateSyncConfig) -> Self
pub fn template_sync_config(self, input: TemplateSyncConfig) -> Self
The template sync configuration detail data that's returned by Proton.
sourcepub fn set_template_sync_config(self, input: Option<TemplateSyncConfig>) -> Self
pub fn set_template_sync_config(self, input: Option<TemplateSyncConfig>) -> Self
The template sync configuration detail data that's returned by Proton.
sourcepub fn build(self) -> UpdateTemplateSyncConfigOutput
pub fn build(self) -> UpdateTemplateSyncConfigOutput
Consumes the builder and constructs a UpdateTemplateSyncConfigOutput
.