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
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterName
AssociateIdentityProviderConfigRequest.Builder clusterName(String 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
AssociateIdentityProviderConfigRequest.Builder oidc(OidcIdentityProviderConfigRequest 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:
oidc(OidcIdentityProviderConfigRequest)
-
tags
AssociateIdentityProviderConfigRequest.Builder tags(Map<String,String> 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
AssociateIdentityProviderConfigRequest.Builder clientRequestToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateIdentityProviderConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-