Struct aws_sdk_eks::input::list_nodegroups_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListNodegroupsInput
Implementations
The name of the Amazon EKS cluster that you would like to list node groups in.
The name of the Amazon EKS cluster that you would like to list node groups in.
The maximum number of node group results returned by ListNodegroups in
paginated output. When you use this parameter, ListNodegroups returns only
maxResults results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending
another ListNodegroups request with the returned nextToken
value. This value can be between 1 and 100. If you don't
use this parameter, ListNodegroups returns up to 100
results and a nextToken value if applicable.
The maximum number of node group results returned by ListNodegroups in
paginated output. When you use this parameter, ListNodegroups returns only
maxResults results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending
another ListNodegroups request with the returned nextToken
value. This value can be between 1 and 100. If you don't
use this parameter, ListNodegroups returns up to 100
results and a nextToken value if applicable.
The nextToken value returned from a previous paginated
ListNodegroups request where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken value.
The nextToken value returned from a previous paginated
ListNodegroups request where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken value.
Consumes the builder and constructs a ListNodegroupsInput
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