Struct aws_sdk_emr::output::list_instances_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ListInstancesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instances(self, input: Instance) -> Self
pub fn instances(self, input: Instance) -> Self
Appends an item to instances.
To override the contents of this collection use set_instances.
The list of instances for the cluster and given filters.
sourcepub fn set_instances(self, input: Option<Vec<Instance>>) -> Self
pub fn set_instances(self, input: Option<Vec<Instance>>) -> Self
The list of instances for the cluster and given filters.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The pagination token that indicates 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
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListInstancesOutput
pub fn build(self) -> ListInstancesOutput
Consumes the builder and constructs a ListInstancesOutput.