Interface NoncurrentVersionTransition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>, SdkBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>, SdkPojo
Enclosing class:
NoncurrentVersionTransition

public static interface NoncurrentVersionTransition.Builder extends SdkPojo, CopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
  • Method Details

    • noncurrentDays

      NoncurrentVersionTransition.Builder noncurrentDays(Integer 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.

      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.
    • storageClass

      NoncurrentVersionTransition.Builder storageClass(String storageClass)

      The 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:
    • storageClass

      The 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:
    • newerNoncurrentVersions

      NoncurrentVersionTransition.Builder newerNoncurrentVersions(Integer newerNoncurrentVersions)

      Specifies how many newer noncurrent versions must exist before Amazon S3 can perform the associated action on a given version. If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide.

      Parameters:
      newerNoncurrentVersions - Specifies how many newer noncurrent versions must exist before Amazon S3 can perform the associated action on a given version. If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.