Interface ListIdentityProviderConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,,ListIdentityProviderConfigsResponse> EksResponse.Builder,SdkBuilder<ListIdentityProviderConfigsResponse.Builder,,ListIdentityProviderConfigsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
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 to include in a futureListIdentityProviderConfigsResponserequest.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 to include in a futureListIdentityProviderConfigsResponserequest. When the results of aListIdentityProviderConfigsResponserequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue to include in a futureListIdentityProviderConfigsResponserequest. When the results of aListIdentityProviderConfigsResponserequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-