Uses of Interface
software.amazon.awssdk.services.eks.model.CreatePodIdentityAssociationRequest.Builder
-
Packages that use CreatePodIdentityAssociationRequest.Builder Package Description software.amazon.awssdk.services.eks Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.software.amazon.awssdk.services.eks.model -
-
Uses of CreatePodIdentityAssociationRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type CreatePodIdentityAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePodIdentityAssociationResponse>EksAsyncClient. createPodIdentityAssociation(Consumer<CreatePodIdentityAssociationRequest.Builder> createPodIdentityAssociationRequest)Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity.default CreatePodIdentityAssociationResponseEksClient. createPodIdentityAssociation(Consumer<CreatePodIdentityAssociationRequest.Builder> createPodIdentityAssociationRequest)Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. -
Uses of CreatePodIdentityAssociationRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return CreatePodIdentityAssociationRequest.Builder Modifier and Type Method Description static CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest. builder()CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. clientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. clusterName(String clusterName)The name of the cluster to create the association in.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. namespace(String namespace)The name of the Kubernetes namespace inside the cluster to create the association in.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role to associate with the service account.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. serviceAccount(String serviceAccount)The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest.Builder. tags(Map<String,String> tags)Metadata that assists with categorization and organization.CreatePodIdentityAssociationRequest.BuilderCreatePodIdentityAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type CreatePodIdentityAssociationRequest.Builder Modifier and Type Method Description static Class<? extends CreatePodIdentityAssociationRequest.Builder>CreatePodIdentityAssociationRequest. serializableBuilderClass()
-