pub struct Builder { /* private fields */ }
Expand description
A builder for ListTaskExecutionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn task_executions(self, input: TaskExecutionListEntry) -> Self
pub fn task_executions(self, input: TaskExecutionListEntry) -> Self
Appends an item to task_executions
.
To override the contents of this collection use set_task_executions
.
A list of executed tasks.
sourcepub fn set_task_executions(
self,
input: Option<Vec<TaskExecutionListEntry>>
) -> Self
pub fn set_task_executions(
self,
input: Option<Vec<TaskExecutionListEntry>>
) -> Self
A list of executed tasks.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
sourcepub fn build(self) -> ListTaskExecutionsOutput
pub fn build(self) -> ListTaskExecutionsOutput
Consumes the builder and constructs a ListTaskExecutionsOutput
.