Struct aws_sdk_emr::input::list_instances_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListInstancesInput
Implementations
The identifier of the cluster for which to list the instances.
The identifier of the cluster for which to list the instances.
The identifier of the instance group for which to list the instances.
The identifier of the instance group for which to list the instances.
Appends an item to instance_group_types.
To override the contents of this collection use set_instance_group_types.
The type of instance group for which to list the instances.
The type of instance group for which to list the instances.
The unique identifier of the instance fleet.
The unique identifier of the instance fleet.
The node type of the instance fleet. For example MASTER, CORE, or TASK.
The node type of the instance fleet. For example MASTER, CORE, or TASK.
Appends an item to instance_states.
To override the contents of this collection use set_instance_states.
A list of instance states that will filter the instances returned with this request.
A list of instance states that will filter the instances returned with this request.
The pagination token that indicates the next set of results to retrieve.
The pagination token that indicates the next set of results to retrieve.
Consumes the builder and constructs a ListInstancesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more