public static interface AssociateIdentityProviderConfigRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<AssociateIdentityProviderConfigRequest.Builder,AssociateIdentityProviderConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateIdentityProviderConfigRequest.Builder clusterName(String clusterName)
The name of the cluster to associate the configuration to.
clusterName - The name of the cluster to associate the configuration to.AssociateIdentityProviderConfigRequest.Builder oidc(OidcIdentityProviderConfigRequest oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
oidc - An object that represents an OpenID Connect (OIDC) identity provider configuration.default AssociateIdentityProviderConfigRequest.Builder oidc(Consumer<OidcIdentityProviderConfigRequest.Builder> oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
This is a convenience that creates an instance of theOidcIdentityProviderConfigRequest.Builder
avoiding the need to create one manually via OidcIdentityProviderConfigRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to oidc(OidcIdentityProviderConfigRequest).oidc - a consumer that will call methods on OidcIdentityProviderConfigRequest.Builderoidc(OidcIdentityProviderConfigRequest)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.
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.AssociateIdentityProviderConfigRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AssociateIdentityProviderConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateIdentityProviderConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.