Uses of Class
software.amazon.awscdk.services.eks.FargateProfileReference.Builder
Packages that use FargateProfileReference.Builder
-
Uses of FargateProfileReference.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return FargateProfileReference.BuilderModifier and TypeMethodDescriptionFargateProfileReference.builder()
FargateProfileReference.Builder.clusterName
(String clusterName) Sets the value ofFargateProfileReference.getClusterName()
FargateProfileReference.Builder.fargateProfileArn
(String fargateProfileArn) Sets the value ofFargateProfileReference.getFargateProfileArn()
FargateProfileReference.Builder.fargateProfileName
(String fargateProfileName) Sets the value ofFargateProfileReference.getFargateProfileName()
Constructors in software.amazon.awscdk.services.eks with parameters of type FargateProfileReference.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theFargateProfileReference.Builder
.