Interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails>,SdkBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails>,SdkPojo
public static interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builder,AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.Builderdays(Integer days)The number of days that an object is noncurrent before Amazon S3 can perform the associated action.AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.BuilderstorageClass(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
days
AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails.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.
-
storageClass
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.
- 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.
-
-