Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.MaxCountRule.Builder
-
Packages that use MaxCountRule.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of MaxCountRule.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return MaxCountRule.Builder Modifier and Type Method Description static MaxCountRule.BuilderMaxCountRule. builder()MaxCountRule.BuilderMaxCountRule.Builder. deleteSourceFromS3(Boolean deleteSourceFromS3)Set totrueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.MaxCountRule.BuilderMaxCountRule.Builder. enabled(Boolean enabled)Specifytrueto apply the rule, orfalseto disable it.MaxCountRule.BuilderMaxCountRule.Builder. maxCount(Integer maxCount)Specify the maximum number of application versions to retain.MaxCountRule.BuilderMaxCountRule. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type MaxCountRule.Builder Modifier and Type Method Description static Class<? extends MaxCountRule.Builder>MaxCountRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type MaxCountRule.Builder Modifier and Type Method Description 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.
-