Uses of Interface
software.amazon.awscdk.services.eks_v2.CfnNodegroup.LaunchTemplateSpecificationProperty
Packages that use CfnNodegroup.LaunchTemplateSpecificationProperty
-
Uses of CfnNodegroup.LaunchTemplateSpecificationProperty in software.amazon.awscdk.services.eks_v2
Classes in software.amazon.awscdk.services.eks_v2 that implement CfnNodegroup.LaunchTemplateSpecificationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnNodegroup.LaunchTemplateSpecificationPropertyMethods in software.amazon.awscdk.services.eks_v2 that return CfnNodegroup.LaunchTemplateSpecificationPropertyModifier and TypeMethodDescriptionCfnNodegroup.LaunchTemplateSpecificationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks_v2 with parameters of type CfnNodegroup.LaunchTemplateSpecificationPropertyModifier and TypeMethodDescriptionCfnNodegroup.Builder.launchTemplate(CfnNodegroup.LaunchTemplateSpecificationProperty launchTemplate) An object representing a node group's launch template specification.CfnNodegroupProps.Builder.launchTemplate(CfnNodegroup.LaunchTemplateSpecificationProperty launchTemplate) Sets the value ofCfnNodegroupProps.getLaunchTemplate()voidCfnNodegroup.setLaunchTemplate(CfnNodegroup.LaunchTemplateSpecificationProperty value) An object representing a node group's launch template specification.