Interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,,- AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails> - SdkBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,,- AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails> - SdkPojo
@Mutable
@NotThreadSafe
public static interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of days that an object is noncurrent before Amazon S3 can perform the associated action.storageClass(String storageClass) The class of storage to change the object to after the object is noncurrent for the specified number of days.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
daysAwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder days(Integer days) The number of days that an object is noncurrent before Amazon S3 can perform the associated action. - Parameters:
- days- The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageClassAwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder storageClass(String storageClass) The class of storage to change the object to after the object is noncurrent for the specified number of days. - Parameters:
- storageClass- The class of storage to change the object to after the object is noncurrent for the specified number of days.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-