Interface UpdateAccessEntryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccessEntryRequest.Builder,,UpdateAccessEntryRequest> EksRequest.Builder,SdkBuilder<UpdateAccessEntryRequest.Builder,,UpdateAccessEntryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAccessEntryRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.clusterName(String clusterName) The name of your cluster.kubernetesGroups(String... kubernetesGroups) The value fornamethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject.kubernetesGroups(Collection<String> kubernetesGroups) The value fornamethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principalArn(String principalArn) The ARN of the IAM principal for theAccessEntry.The username to authenticate to Kubernetes with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterName
The name of your cluster.
- Parameters:
clusterName- The name of your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalArn
The ARN of the IAM principal for the
AccessEntry.- Parameters:
principalArn- The ARN of the IAM principal for theAccessEntry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubernetesGroups
The value for
namethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject. Amazon EKS doesn't confirm that the value fornameexists in any bindings on your cluster. You can specify one or more names.Kubernetes authorizes the
principalArnof the access entry to access any cluster objects that you've specified in a KubernetesRoleorClusterRoleobject that is also specified in a binding'sroleRef. For more information about creating KubernetesRoleBinding,ClusterRoleBinding,Role, orClusterRoleobjects, see Using RBAC Authorization in the Kubernetes documentation.If you want Amazon EKS to authorize the
principalArn(instead of, or in addition to Kubernetes authorizing theprincipalArn), you can associate one or more access policies to the access entry usingAssociateAccessPolicy. If you associate any access policies, theprincipalARNhas all permissions assigned in the associated access policies and all permissions in any KubernetesRoleorClusterRoleobjects that the group names are bound to.- Parameters:
kubernetesGroups- The value fornamethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject. Amazon EKS doesn't confirm that the value fornameexists in any bindings on your cluster. You can specify one or more names.Kubernetes authorizes the
principalArnof the access entry to access any cluster objects that you've specified in a KubernetesRoleorClusterRoleobject that is also specified in a binding'sroleRef. For more information about creating KubernetesRoleBinding,ClusterRoleBinding,Role, orClusterRoleobjects, see Using RBAC Authorization in the Kubernetes documentation.If you want Amazon EKS to authorize the
principalArn(instead of, or in addition to Kubernetes authorizing theprincipalArn), you can associate one or more access policies to the access entry usingAssociateAccessPolicy. If you associate any access policies, theprincipalARNhas all permissions assigned in the associated access policies and all permissions in any KubernetesRoleorClusterRoleobjects that the group names are bound to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubernetesGroups
The value for
namethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject. Amazon EKS doesn't confirm that the value fornameexists in any bindings on your cluster. You can specify one or more names.Kubernetes authorizes the
principalArnof the access entry to access any cluster objects that you've specified in a KubernetesRoleorClusterRoleobject that is also specified in a binding'sroleRef. For more information about creating KubernetesRoleBinding,ClusterRoleBinding,Role, orClusterRoleobjects, see Using RBAC Authorization in the Kubernetes documentation.If you want Amazon EKS to authorize the
principalArn(instead of, or in addition to Kubernetes authorizing theprincipalArn), you can associate one or more access policies to the access entry usingAssociateAccessPolicy. If you associate any access policies, theprincipalARNhas all permissions assigned in the associated access policies and all permissions in any KubernetesRoleorClusterRoleobjects that the group names are bound to.- Parameters:
kubernetesGroups- The value fornamethat you've specified forkind: Groupas asubjectin a KubernetesRoleBindingorClusterRoleBindingobject. Amazon EKS doesn't confirm that the value fornameexists in any bindings on your cluster. You can specify one or more names.Kubernetes authorizes the
principalArnof the access entry to access any cluster objects that you've specified in a KubernetesRoleorClusterRoleobject that is also specified in a binding'sroleRef. For more information about creating KubernetesRoleBinding,ClusterRoleBinding,Role, orClusterRoleobjects, see Using RBAC Authorization in the Kubernetes documentation.If you want Amazon EKS to authorize the
principalArn(instead of, or in addition to Kubernetes authorizing theprincipalArn), you can associate one or more access policies to the access entry usingAssociateAccessPolicy. If you associate any access policies, theprincipalARNhas all permissions assigned in the associated access policies and all permissions in any KubernetesRoleorClusterRoleobjects that the group names are bound to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username to authenticate to Kubernetes with. We recommend not specifying a username and letting Amazon EKS specify it for you. For more information about the value Amazon EKS specifies for you, or constraints before specifying your own username, see Creating access entries in the Amazon EKS User Guide.
- Parameters:
username- The username to authenticate to Kubernetes with. We recommend not specifying a username and letting Amazon EKS specify it for you. For more information about the value Amazon EKS specifies for you, or constraints before specifying your own username, see Creating access entries in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAccessEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAccessEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-