pub struct Builder { /* private fields */ }Expand description
A builder for ListNotebookExecutionsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_executions(self, input: NotebookExecutionSummary) -> Self
pub fn notebook_executions(self, input: NotebookExecutionSummary) -> Self
Appends an item to notebook_executions.
To override the contents of this collection use set_notebook_executions.
A list of notebook executions.
sourcepub fn set_notebook_executions(
self,
input: Option<Vec<NotebookExecutionSummary>>
) -> Self
pub fn set_notebook_executions(
self,
input: Option<Vec<NotebookExecutionSummary>>
) -> Self
A list of notebook executions.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of results to retrieve.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of results to retrieve.
sourcepub fn build(self) -> ListNotebookExecutionsOutput
pub fn build(self) -> ListNotebookExecutionsOutput
Consumes the builder and constructs a ListNotebookExecutionsOutput.