pub struct Builder { /* private fields */ }Expand description
A builder for ListNodesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn nodes(self, input: NodeSummary) -> Self
pub fn nodes(self, input: NodeSummary) -> Self
Appends an item to nodes.
To override the contents of this collection use set_nodes.
An array of NodeSummary objects that contain configuration properties for each node.
sourcepub fn set_nodes(self, input: Option<Vec<NodeSummary>>) -> Self
pub fn set_nodes(self, input: Option<Vec<NodeSummary>>) -> Self
An array of NodeSummary objects that contain configuration properties for each node.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListNodesOutput
pub fn build(self) -> ListNodesOutput
Consumes the builder and constructs a ListNodesOutput.