Uses of Interface
software.amazon.awssdk.services.eks.model.RemoteAccessConfig.Builder
-
Packages that use RemoteAccessConfig.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of RemoteAccessConfig.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return RemoteAccessConfig.Builder Modifier and Type Method Description static RemoteAccessConfig.BuilderRemoteAccessConfig. builder()RemoteAccessConfig.BuilderRemoteAccessConfig.Builder. ec2SshKey(String ec2SshKey)The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group.RemoteAccessConfig.BuilderRemoteAccessConfig.Builder. sourceSecurityGroups(String... sourceSecurityGroups)The security group IDs that are allowed SSH access (port 22) to the nodes.RemoteAccessConfig.BuilderRemoteAccessConfig.Builder. sourceSecurityGroups(Collection<String> sourceSecurityGroups)The security group IDs that are allowed SSH access (port 22) to the nodes.RemoteAccessConfig.BuilderRemoteAccessConfig. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type RemoteAccessConfig.Builder Modifier and Type Method Description static Class<? extends RemoteAccessConfig.Builder>RemoteAccessConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type RemoteAccessConfig.Builder Modifier and Type Method Description default CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. remoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)The remote access configuration to use with your node group.default Nodegroup.BuilderNodegroup.Builder. remoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)If the node group wasn't deployed with a launch template, then this is the remote access configuration that is associated with the node group.
-