CopyableBuilder<MaxCountRule.Builder,MaxCountRule>, SdkBuilder<MaxCountRule.Builder,MaxCountRule>public static interface MaxCountRule.Builder extends CopyableBuilder<MaxCountRule.Builder,MaxCountRule>
| Modifier and Type | Method | Description |
|---|---|---|
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 |
enabled(Boolean enabled) |
Specify
true to apply the rule, or false to disable it. |
MaxCountRule.Builder |
maxCount(Integer maxCount) |
Specify the maximum number of application versions to retain.
|
copyapply, buildMaxCountRule.Builder enabled(Boolean enabled)
Specify true to apply the rule, or false to disable it.
enabled - Specify true to apply the rule, or false to disable it.MaxCountRule.Builder maxCount(Integer maxCount)
Specify the maximum number of application versions to retain.
maxCount - Specify the maximum number of application versions to retain.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.
deleteSourceFromS3 - Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk
deletes the application version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.