Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ApplicationVersionLifecycleConfig.Builder
-
Packages that use ApplicationVersionLifecycleConfig.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ApplicationVersionLifecycleConfig.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ApplicationVersionLifecycleConfig.Builder Modifier and Type Method Description static ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig. builder()default ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig.Builder. maxAgeRule(Consumer<MaxAgeRule.Builder> maxAgeRule)Specify a max age rule to restrict the length of time that application versions are retained for an application.ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig.Builder. maxAgeRule(MaxAgeRule maxAgeRule)Specify a max age rule to restrict the length of time that application versions are retained for an application.default ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig.Builder. maxCountRule(Consumer<MaxCountRule.Builder> maxCountRule)Specify a max count rule to restrict the number of application versions that are retained for an application.ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig.Builder. maxCountRule(MaxCountRule maxCountRule)Specify a max count rule to restrict the number of application versions that are retained for an application.ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ApplicationVersionLifecycleConfig.Builder Modifier and Type Method Description static Class<? extends ApplicationVersionLifecycleConfig.Builder>ApplicationVersionLifecycleConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type ApplicationVersionLifecycleConfig.Builder Modifier and Type Method Description default ApplicationResourceLifecycleConfig.BuilderApplicationResourceLifecycleConfig.Builder. versionLifecycleConfig(Consumer<ApplicationVersionLifecycleConfig.Builder> versionLifecycleConfig)Defines lifecycle settings for application versions.
-