public static interface ListIdentityProviderConfigsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,ListIdentityProviderConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProviderConfigsResponse.Builder |
identityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
|
ListIdentityProviderConfigsResponse.Builder |
identityProviderConfigs(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs)
The identity provider configurations for the cluster.
|
ListIdentityProviderConfigsResponse.Builder |
identityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)
The identity provider configurations for the cluster.
|
ListIdentityProviderConfigsResponse.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and the results
exceeded the value of that parameter. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
identityProviderConfigs - The identity provider configurations for the cluster.ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)
The identity provider configurations for the cluster.
identityProviderConfigs - The identity provider configurations for the cluster.ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs)
The identity provider configurations for the cluster.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #identityProviderConfigs(List) .identityProviderConfigs - a consumer that will call methods on List.Builder #identityProviderConfigs(List) ListIdentityProviderConfigsResponse.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse 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
ListIdentityProviderConfigsResponse 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.Copyright © 2022. All rights reserved.