public static interface ListUpdatesRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<ListUpdatesRequest.Builder,ListUpdatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUpdatesRequest.Builder |
addonName(String addonName)
The names of the installed add-ons that have available updates.
|
ListUpdatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of update results returned by
ListUpdates in paginated output. |
ListUpdatesRequest.Builder |
name(String name)
The name of the Amazon EKS cluster to list updates for.
|
ListUpdatesRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated ListUpdates request where
maxResults was used and the results exceeded the value of that parameter. |
ListUpdatesRequest.Builder |
nodegroupName(String nodegroupName)
The name of the Amazon EKS managed node group to list updates for.
|
ListUpdatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUpdatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUpdatesRequest.Builder name(String name)
The name of the Amazon EKS cluster to list updates for.
name - The name of the Amazon EKS cluster to list updates for.ListUpdatesRequest.Builder nodegroupName(String nodegroupName)
The name of the Amazon EKS managed node group to list updates for.
nodegroupName - The name of the Amazon EKS managed node group to list updates for.ListUpdatesRequest.Builder addonName(String addonName)
The names of the installed add-ons that have available updates.
addonName - The names of the installed add-ons that have available updates.ListUpdatesRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated ListUpdates 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.
nextToken - The nextToken value returned from a previous paginated ListUpdates 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.ListUpdatesRequest.Builder maxResults(Integer maxResults)
The maximum number of update results returned by ListUpdates in paginated output. When you use
this parameter, ListUpdates 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 ListUpdates request with the returned nextToken value. This value
can be between 1 and 100. If you don't use this parameter, ListUpdates returns up to 100 results
and a nextToken value if applicable.
maxResults - The maximum number of update results returned by ListUpdates in paginated output. When
you use this parameter, ListUpdates 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 ListUpdates request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListUpdates returns up to 100 results and a nextToken value if applicable.ListUpdatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUpdatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.