@Stability(value=Stable) public static final class CfnApplication.MaxAgeRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.MaxAgeRuleProperty>
CfnApplication.MaxAgeRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.MaxAgeRuleProperty |
build()
Builds the configured instance.
|
CfnApplication.MaxAgeRuleProperty.Builder |
deleteSourceFromS3(Boolean deleteSourceFromS3)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getDeleteSourceFromS3() |
CfnApplication.MaxAgeRuleProperty.Builder |
deleteSourceFromS3(IResolvable deleteSourceFromS3)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getDeleteSourceFromS3() |
CfnApplication.MaxAgeRuleProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getEnabled() |
CfnApplication.MaxAgeRuleProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getEnabled() |
CfnApplication.MaxAgeRuleProperty.Builder |
maxAgeInDays(Number maxAgeInDays)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getMaxAgeInDays() |
@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty.Builder deleteSourceFromS3(Boolean deleteSourceFromS3)
CfnApplication.MaxAgeRuleProperty.getDeleteSourceFromS3()deleteSourceFromS3 - Set to `true` to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.this@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty.Builder deleteSourceFromS3(IResolvable deleteSourceFromS3)
CfnApplication.MaxAgeRuleProperty.getDeleteSourceFromS3()deleteSourceFromS3 - Set to `true` to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.this@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty.Builder enabled(Boolean enabled)
CfnApplication.MaxAgeRuleProperty.getEnabled()enabled - Specify `true` to apply the rule, or `false` to disable it.this@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty.Builder enabled(IResolvable enabled)
CfnApplication.MaxAgeRuleProperty.getEnabled()enabled - Specify `true` to apply the rule, or `false` to disable it.this@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty.Builder maxAgeInDays(Number maxAgeInDays)
CfnApplication.MaxAgeRuleProperty.getMaxAgeInDays()maxAgeInDays - Specify the number of days to retain an application versions.this@Stability(value=Stable) public CfnApplication.MaxAgeRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.MaxAgeRuleProperty>CfnApplication.MaxAgeRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.