public static interface AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder,AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder |
days(Integer days)
The number of days that you want to specify for the default retention period.
|
AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder |
mode(String mode)
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
|
AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder |
years(Integer years)
The number of years that you want to specify for the default retention period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder days(Integer days)
The number of days that you want to specify for the default retention period.
days - The number of days that you want to specify for the default retention period.AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder mode(String mode)
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
mode - The default Object Lock retention mode you want to apply to new objects placed in the specified
bucket.AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.Builder years(Integer years)
The number of years that you want to specify for the default retention period.
years - The number of years that you want to specify for the default retention period.Copyright © 2023. All rights reserved.