CopyableBuilder<MaxAgeRule.Builder,MaxAgeRule>
, SdkBuilder<MaxAgeRule.Builder,MaxAgeRule>
public static interface MaxAgeRule.Builder extends CopyableBuilder<MaxAgeRule.Builder,MaxAgeRule>
Modifier and Type | Method | Description |
---|---|---|
MaxAgeRule.Builder |
deleteSourceFromS3(Boolean deleteSourceFromS3) |
Set to
true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes
the application version. |
MaxAgeRule.Builder |
enabled(Boolean enabled) |
Specify
true to apply the rule, or false to disable it. |
MaxAgeRule.Builder |
maxAgeInDays(Integer maxAgeInDays) |
Specify the number of days to retain an application versions.
|
copy
apply, build
MaxAgeRule.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.MaxAgeRule.Builder maxAgeInDays(Integer maxAgeInDays)
Specify the number of days to retain an application versions.
maxAgeInDays
- Specify the number of days to retain an application versions.MaxAgeRule.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.