pub struct Builder { /* private fields */ }Expand description
A builder for ProgressUpdateStreamSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
pub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
pub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn build(self) -> ProgressUpdateStreamSummary
pub fn build(self) -> ProgressUpdateStreamSummary
Consumes the builder and constructs a ProgressUpdateStreamSummary.