Uses of Interface
software.amazon.awssdk.services.eks.model.Identity.Builder
-
Packages that use Identity.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Identity.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return Identity.Builder Modifier and Type Method Description static Identity.BuilderIdentity. builder()default Identity.BuilderIdentity.Builder. oidc(Consumer<OIDC.Builder> oidc)An object representing the OpenID Connect identity provider information.Identity.BuilderIdentity.Builder. oidc(OIDC oidc)An object representing the OpenID Connect identity provider information.Identity.BuilderIdentity. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type Identity.Builder Modifier and Type Method Description static Class<? extends Identity.Builder>Identity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type Identity.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. identity(Consumer<Identity.Builder> identity)The identity provider information for the cluster.
-