Package com.amazonaws.services.s3.model
Class AbortIncompleteMultipartUpload
java.lang.Object
com.amazonaws.services.s3.model.AbortIncompleteMultipartUpload
- All Implemented Interfaces:
Serializable
Specifies the days since the initiation of an Incomplete Multipart Upload that Lifecycle will wait before permanently removing all parts of the upload.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbortIncompleteMultipartUpload
clone()
boolean
int
int
hashCode()
void
setDaysAfterInitiation
(int daysAfterInitiation) withDaysAfterInitiation
(int daysAfterInitiation)
-
Constructor Details
-
AbortIncompleteMultipartUpload
public AbortIncompleteMultipartUpload()
-
-
Method Details
-
getDaysAfterInitiation
public int getDaysAfterInitiation() -
setDaysAfterInitiation
public void setDaysAfterInitiation(int daysAfterInitiation) -
withDaysAfterInitiation
-
equals
-
hashCode
public int hashCode() -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-