pub struct Builder { /* private fields */ }
Expand description
A builder for GetWorkflowExecutionHistoryOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn events(self, input: HistoryEvent) -> Self
pub fn events(self, input: HistoryEvent) -> Self
Appends an item to events
.
To override the contents of this collection use set_events
.
The list of history events.
sourcepub fn set_events(self, input: Option<Vec<HistoryEvent>>) -> Self
pub fn set_events(self, input: Option<Vec<HistoryEvent>>) -> Self
The list of history events.
sourcepub fn next_page_token(self, input: impl Into<String>) -> Self
pub fn next_page_token(self, input: impl Into<String>) -> Self
If a NextPageToken
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 nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
sourcepub fn set_next_page_token(self, input: Option<String>) -> Self
pub fn set_next_page_token(self, input: Option<String>) -> Self
If a NextPageToken
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 nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
sourcepub fn build(self) -> GetWorkflowExecutionHistoryOutput
pub fn build(self) -> GetWorkflowExecutionHistoryOutput
Consumes the builder and constructs a GetWorkflowExecutionHistoryOutput
.