| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static MaxCountRule.Builder |
MaxCountRule.builder() |
MaxCountRule.Builder |
MaxCountRule.Builder.deleteSourceFromS3(Boolean deleteSourceFromS3)
Set to
true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes
the application version. |
MaxCountRule.Builder |
MaxCountRule.Builder.enabled(Boolean enabled)
Specify
true to apply the rule, or false to disable it. |
MaxCountRule.Builder |
MaxCountRule.Builder.maxCount(Integer maxCount)
Specify the maximum number of application versions to retain.
|
MaxCountRule.Builder |
MaxCountRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MaxCountRule.Builder> |
MaxCountRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationVersionLifecycleConfig.Builder |
ApplicationVersionLifecycleConfig.Builder.maxCountRule(Consumer<MaxCountRule.Builder> maxCountRule)
Specify a max count rule to restrict the number of application versions that are retained for an application.
|
Copyright © 2020. All rights reserved.