pub struct Builder { /* private fields */ }Expand description
A builder for ListProgressUpdateStreamsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Filter to limit the maximum number of results to list per page.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Filter to limit the maximum number of results to list per page.
sourcepub fn build(self) -> Result<ListProgressUpdateStreamsInput, BuildError>
pub fn build(self) -> Result<ListProgressUpdateStreamsInput, BuildError>
Consumes the builder and constructs a ListProgressUpdateStreamsInput.