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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdentityProviderConfigsResponse.BuilderidentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)The identity provider configurations for the cluster.ListIdentityProviderConfigsResponse.BuilderidentityProviderConfigs(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs)The identity provider configurations for the cluster.ListIdentityProviderConfigsResponse.BuilderidentityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)The identity provider configurations for the cluster.ListIdentityProviderConfigsResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListIdentityProviderConfigsResponserequest.-
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 Detail
-
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 to#identityProviderConfigs(List.) - 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:
#identityProviderConfigs(java.util.Collection)
-
nextToken
ListIdentityProviderConfigsResponse.Builder nextToken(String 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.- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-