public static interface ListIdentityProviderConfigsRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<ListIdentityProviderConfigsRequest.Builder,ListIdentityProviderConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProviderConfigsRequest.Builder |
clusterName(String clusterName)
The cluster name that you want to list identity provider configurations for.
|
ListIdentityProviderConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of identity provider configurations returned by
ListIdentityProviderConfigs
in paginated output. |
ListIdentityProviderConfigsRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated
IdentityProviderConfigsRequest where maxResults was used and the results exceeded
the value of that parameter. |
ListIdentityProviderConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIdentityProviderConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentityProviderConfigsRequest.Builder clusterName(String clusterName)
The cluster name that you want to list identity provider configurations for.
clusterName - The cluster name that you want to list identity provider configurations for.ListIdentityProviderConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of identity provider configurations returned by ListIdentityProviderConfigs
in paginated output. When you use this parameter, ListIdentityProviderConfigs 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
ListIdentityProviderConfigs request with the returned nextToken value. This value
can be between 1 and 100. If you don't use this parameter, ListIdentityProviderConfigs returns
up to 100 results and a nextToken value, if applicable.
maxResults - The maximum number of identity provider configurations returned by
ListIdentityProviderConfigs in paginated output. When you use this parameter,
ListIdentityProviderConfigs 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 ListIdentityProviderConfigs request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListIdentityProviderConfigs returns up to 100 results and a nextToken value,
if applicable.ListIdentityProviderConfigsRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated
IdentityProviderConfigsRequest 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
IdentityProviderConfigsRequest 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.ListIdentityProviderConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIdentityProviderConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.