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.ThenextTokenvalue returned from a previous paginatedListIdentityProviderConfigsResponsewheremaxResultswas used and the results exceeded the value of that parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaIdentityProviderConfig.builder().When the
Consumercompletes,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
nextTokenvalue returned from a previous paginatedListIdentityProviderConfigsResponsewheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedListIdentityProviderConfigsResponsewheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-