Uses of Interface
software.amazon.awssdk.services.eksauth.model.Subject.Builder
-
Packages that use Subject.Builder Package Description software.amazon.awssdk.services.eksauth.model -
-
Uses of Subject.Builder in software.amazon.awssdk.services.eksauth.model
Methods in software.amazon.awssdk.services.eksauth.model that return Subject.Builder Modifier and Type Method Description static Subject.BuilderSubject. builder()Subject.BuilderSubject.Builder. namespace(String namespace)The name of the Kubernetes namespace inside the cluster to create the association in.Subject.BuilderSubject.Builder. serviceAccount(String serviceAccount)The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.Subject.BuilderSubject. toBuilder()Methods in software.amazon.awssdk.services.eksauth.model that return types with arguments of type Subject.Builder Modifier and Type Method Description static Class<? extends Subject.Builder>Subject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eksauth.model with type arguments of type Subject.Builder Modifier and Type Method Description default AssumeRoleForPodIdentityResponse.BuilderAssumeRoleForPodIdentityResponse.Builder. subject(Consumer<Subject.Builder> subject)The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
-