Interface AssociateIdentityProviderConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateIdentityProviderConfigRequest.Builder,,AssociateIdentityProviderConfigRequest> EksRequest.Builder,SdkBuilder<AssociateIdentityProviderConfigRequest.Builder,,AssociateIdentityProviderConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AssociateIdentityProviderConfigRequest
public static interface AssociateIdentityProviderConfigRequest.Builder
extends EksRequest.Builder, SdkPojo, CopyableBuilder<AssociateIdentityProviderConfigRequest.Builder,AssociateIdentityProviderConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.clusterName(String clusterName) The name of the cluster to associate the configuration to.An object representing an OpenID Connect (OIDC) identity provider configuration.An object representing an OpenID Connect (OIDC) identity provider configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The metadata to apply to the configuration to assist with categorization and organization.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterName
The name of the cluster to associate the configuration to.
- Parameters:
clusterName- The name of the cluster to associate the configuration to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oidc
An object representing an OpenID Connect (OIDC) identity provider configuration.
- Parameters:
oidc- An object representing an OpenID Connect (OIDC) identity provider configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oidc
default AssociateIdentityProviderConfigRequest.Builder oidc(Consumer<OidcIdentityProviderConfigRequest.Builder> oidc) An object representing an OpenID Connect (OIDC) identity provider configuration.
This is a convenience method that creates an instance of theOidcIdentityProviderConfigRequest.Builderavoiding the need to create one manually viaOidcIdentityProviderConfigRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooidc(OidcIdentityProviderConfigRequest).- Parameters:
oidc- a consumer that will call methods onOidcIdentityProviderConfigRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.
- Parameters:
tags- The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateIdentityProviderConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateIdentityProviderConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-