Uses of Interface
software.amazon.awssdk.services.eks.model.UpdatePodIdentityAssociationRequest.Builder
-
Packages that use UpdatePodIdentityAssociationRequest.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 UpdatePodIdentityAssociationRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type UpdatePodIdentityAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePodIdentityAssociationResponse>EksAsyncClient. updatePodIdentityAssociation(Consumer<UpdatePodIdentityAssociationRequest.Builder> updatePodIdentityAssociationRequest)Updates a EKS Pod Identity association.default UpdatePodIdentityAssociationResponseEksClient. updatePodIdentityAssociation(Consumer<UpdatePodIdentityAssociationRequest.Builder> updatePodIdentityAssociationRequest)Updates a EKS Pod Identity association. -
Uses of UpdatePodIdentityAssociationRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpdatePodIdentityAssociationRequest.Builder Modifier and Type Method Description UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. associationId(String associationId)The ID of the association to be updated.static UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest. builder()UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. clientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. clusterName(String clusterName)The name of the cluster that you want to update the association in.UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest.Builder. roleArn(String roleArn)The new IAM role to change theUpdatePodIdentityAssociationRequest.BuilderUpdatePodIdentityAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type UpdatePodIdentityAssociationRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePodIdentityAssociationRequest.Builder>UpdatePodIdentityAssociationRequest. serializableBuilderClass()
-