Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.RollbackConfigProperty
Packages that use CfnCluster.RollbackConfigProperty
-
Uses of CfnCluster.RollbackConfigProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.RollbackConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.RollbackConfigPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.RollbackConfigPropertyModifier and TypeMethodDescriptionCfnCluster.RollbackConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks with parameters of type CfnCluster.RollbackConfigPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.rollbackConfig(CfnCluster.RollbackConfigProperty rollbackConfig) The rollback configuration to use for the cluster version rollback.CfnClusterProps.Builder.rollbackConfig(CfnCluster.RollbackConfigProperty rollbackConfig) Sets the value ofCfnClusterProps.getRollbackConfig()voidCfnCluster.setRollbackConfig(CfnCluster.RollbackConfigProperty value) The rollback configuration to use for the cluster version rollback.