Struct aws_sdk_emr::input::list_clusters_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListClustersInput
Implementations
The creation date and time beginning value filter for listing clusters.
The creation date and time beginning value filter for listing clusters.
The creation date and time end value filter for listing clusters.
The creation date and time end value filter for listing clusters.
Appends an item to cluster_states.
To override the contents of this collection use set_cluster_states.
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
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 ListClustersInput
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