Uses of Interface
software.amazon.awssdk.services.eks.model.FargateProfileHealth.Builder
-
Packages that use FargateProfileHealth.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of FargateProfileHealth.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return FargateProfileHealth.Builder Modifier and Type Method Description static FargateProfileHealth.BuilderFargateProfileHealth. builder()FargateProfileHealth.BuilderFargateProfileHealth.Builder. issues(Collection<FargateProfileIssue> issues)Any issues that are associated with the Fargate profile.FargateProfileHealth.BuilderFargateProfileHealth.Builder. issues(Consumer<FargateProfileIssue.Builder>... issues)Any issues that are associated with the Fargate profile.FargateProfileHealth.BuilderFargateProfileHealth.Builder. issues(FargateProfileIssue... issues)Any issues that are associated with the Fargate profile.FargateProfileHealth.BuilderFargateProfileHealth. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type FargateProfileHealth.Builder Modifier and Type Method Description static Class<? extends FargateProfileHealth.Builder>FargateProfileHealth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type FargateProfileHealth.Builder Modifier and Type Method Description default FargateProfile.BuilderFargateProfile.Builder. health(Consumer<FargateProfileHealth.Builder> health)The health status of the Fargate profile.
-