public static interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder |
days(Integer days)
The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
|
AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder |
storageClass(String storageClass)
The class of storage to change the object to after the object is noncurrent for the specified number of days.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder days(Integer days)
The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
days - The number of days that an object is noncurrent before Amazon S3 can perform the associated action.AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder storageClass(String storageClass)
The class of storage to change the object to after the object is noncurrent for the specified number of days.
storageClass - The class of storage to change the object to after the object is noncurrent for the specified number
of days.Copyright © 2023. All rights reserved.