Struct aws_sdk_emr::operation::list_notebook_executions::builders::ListNotebookExecutionsOutputBuilder
source · #[non_exhaustive]pub struct ListNotebookExecutionsOutputBuilder { /* private fields */ }Expand description
A builder for ListNotebookExecutionsOutput.
Implementations§
source§impl ListNotebookExecutionsOutputBuilder
impl ListNotebookExecutionsOutputBuilder
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.
Trait Implementations§
source§impl Clone for ListNotebookExecutionsOutputBuilder
impl Clone for ListNotebookExecutionsOutputBuilder
source§fn clone(&self) -> ListNotebookExecutionsOutputBuilder
fn clone(&self) -> ListNotebookExecutionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ListNotebookExecutionsOutputBuilder
impl Default for ListNotebookExecutionsOutputBuilder
source§fn default() -> ListNotebookExecutionsOutputBuilder
fn default() -> ListNotebookExecutionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListNotebookExecutionsOutputBuilder> for ListNotebookExecutionsOutputBuilder
impl PartialEq<ListNotebookExecutionsOutputBuilder> for ListNotebookExecutionsOutputBuilder
source§fn eq(&self, other: &ListNotebookExecutionsOutputBuilder) -> bool
fn eq(&self, other: &ListNotebookExecutionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.