| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static Identity.Builder |
Identity.builder() |
default Identity.Builder |
Identity.Builder.oidc(Consumer<OIDC.Builder> oidc)
An object representing the OpenID Connect identity provider
information.
|
Identity.Builder |
Identity.Builder.oidc(OIDC oidc)
An object representing the OpenID Connect identity provider
information.
|
Identity.Builder |
Identity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Identity.Builder> |
Identity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.identity(Consumer<Identity.Builder> identity)
The identity provider information for the cluster.
|
Copyright © 2021. All rights reserved.