Interface NoncurrentVersionTransition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NoncurrentVersionTransition.Builder,,- NoncurrentVersionTransition> - SdkBuilder<NoncurrentVersionTransition.Builder,,- NoncurrentVersionTransition> - SdkPojo
- Enclosing class:
- NoncurrentVersionTransition
@Mutable
@NotThreadSafe
public static interface NoncurrentVersionTransition.Builder
extends SdkPojo, CopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition> 
- 
Method SummaryModifier and TypeMethodDescriptionnoncurrentDays(Integer noncurrentDays) Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.storageClass(String storageClass) The class of storage used to store the object.storageClass(TransitionStorageClass storageClass) The class of storage used to store the object.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- 
noncurrentDaysSpecifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent in the Amazon S3 User Guide. - Parameters:
- noncurrentDays- Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent in the Amazon S3 User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageClassThe class of storage used to store the object. - Parameters:
- storageClass- The class of storage used to store the object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
storageClassThe class of storage used to store the object. - Parameters:
- storageClass- The class of storage used to store the object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-