Interface ListIdentityProviderConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,
,ListIdentityProviderConfigsResponse> EksResponse.Builder
,SdkBuilder<ListIdentityProviderConfigsResponse.Builder,
,ListIdentityProviderConfigsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIdentityProviderConfigsResponse
public static interface ListIdentityProviderConfigsResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,ListIdentityProviderConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidentityProviderConfigs
(Collection<IdentityProviderConfig> identityProviderConfigs) The identity provider configurations for the cluster.identityProviderConfigs
(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs) The identity provider configurations for the cluster.identityProviderConfigs
(IdentityProviderConfig... identityProviderConfigs) The identity provider configurations for the cluster.ThenextToken
value returned from a previous paginatedListIdentityProviderConfigsResponse
wheremaxResults
was used and the results exceeded the value of that parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identityProviderConfigs
ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs) The identity provider configurations for the cluster.
- Parameters:
identityProviderConfigs
- The identity provider configurations for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderConfigs
ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(IdentityProviderConfig... identityProviderConfigs) The identity provider configurations for the cluster.
- Parameters:
identityProviderConfigs
- The identity provider configurations for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderConfigs
ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs) The identity provider configurations for the cluster.
This is a convenience method that creates an instance of theIdentityProviderConfig.Builder
avoiding the need to create one manually viaIdentityProviderConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidentityProviderConfigs(List<IdentityProviderConfig>)
.- Parameters:
identityProviderConfigs
- a consumer that will call methods onIdentityProviderConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextToken
value returned from a previous paginatedListIdentityProviderConfigsResponse
wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
value.- Parameters:
nextToken
- ThenextToken
value returned from a previous paginatedListIdentityProviderConfigsResponse
wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-