Uses of Class
software.amazon.awscdk.services.eks.NodegroupProps.Builder
Packages that use NodegroupProps.Builder
-
Uses of NodegroupProps.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return NodegroupProps.BuilderModifier and TypeMethodDescriptionNodegroupProps.Builder.amiType(NodegroupAmiType amiType) Sets the value ofNodegroupOptions.getAmiType()static NodegroupProps.BuilderNodegroupProps.builder()NodegroupProps.Builder.capacityType(CapacityType capacityType) Sets the value ofNodegroupOptions.getCapacityType()Sets the value ofNodegroupProps.getCluster()NodegroupProps.Builder.desiredSize(Number desiredSize) Sets the value ofNodegroupOptions.getDesiredSize()Sets the value ofNodegroupOptions.getDiskSize()NodegroupProps.Builder.forceUpdate(Boolean forceUpdate) Sets the value ofNodegroupOptions.getForceUpdate()NodegroupProps.Builder.instanceType(InstanceType instanceType) Deprecated.Use `instanceTypes` instead.NodegroupProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofNodegroupOptions.getInstanceTypes()Sets the value ofNodegroupOptions.getLabels()NodegroupProps.Builder.launchTemplateSpec(LaunchTemplateSpec launchTemplateSpec) Sets the value ofNodegroupOptions.getLaunchTemplateSpec()Sets the value ofNodegroupOptions.getMaxSize()Sets the value ofNodegroupOptions.getMinSize()NodegroupProps.Builder.nodegroupName(String nodegroupName) Sets the value ofNodegroupOptions.getNodegroupName()Sets the value ofNodegroupOptions.getNodeRole()NodegroupProps.Builder.releaseVersion(String releaseVersion) Sets the value ofNodegroupOptions.getReleaseVersion()NodegroupProps.Builder.remoteAccess(NodegroupRemoteAccess remoteAccess) Sets the value ofNodegroupOptions.getRemoteAccess()NodegroupProps.Builder.subnets(SubnetSelection subnets) Sets the value ofNodegroupOptions.getSubnets()Sets the value ofNodegroupOptions.getTags()Sets the value ofNodegroupOptions.getTaints()Constructors in software.amazon.awscdk.services.eks with parameters of type NodegroupProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(NodegroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNodegroupProps.Builder.