|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.RestoreObjectRequest
public class RestoreObjectRequest
Request object containing all the options for restoring an object, which was transitioned to the Amazon Glacier from S3 when it was expired.
All RestoreObjectRequest
must specify a bucket name and key,
along with expiration time.
RestoreObjectRequest(String, String, int)
,
RestoreObjectRequest(String, String)
Constructor Summary | |
---|---|
RestoreObjectRequest(String bucketName,
String key)
Constructs a new RestoreObjectRequest. |
|
RestoreObjectRequest(String bucketName,
String key,
int expirationInDays)
Constructs a new RestoreObjectRequest. |
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the reference to the object to restore which is now stored in Amazon Glacier. |
int |
getExpirationInDays()
Returns the time in days from an object's creation to its expiration. |
String |
getKey()
Gets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the reference to the object to restore which is now stored in Amazon Glacier. |
void |
setExpirationInDays(int expirationInDays)
Sets the time, in days, between when an object is uploaded to the bucket and when it expires. |
void |
setKey(String key)
Sets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier. |
RestoreObjectRequest |
withBucketName(String bucketName)
Sets the name of the bucket containing the reference to the object to restore which is now stored in Amazon Glacier, and returns a reference to this object(RestoreObjectRequest) for method chaining. |
RestoreObjectRequest |
withExpirationInDays(int expirationInDays)
Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object(RestoreObjectRequest) for method chaining. |
RestoreObjectRequest |
withKey(String key)
Sets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestoreObjectRequest(String bucketName, String key)
Constructs a new RestoreObjectRequest.
bucketName
- The name of the bucket containing the reference to the object
to restore which is now stored in Amazon Glacier.key
- The key, the name of the reference to the object to restore, which
is now stored in Amazon Glacier.RestoreObjectRequest(String, String, int)
public RestoreObjectRequest(String bucketName, String key, int expirationInDays)
Constructs a new RestoreObjectRequest.
bucketName
- The name of the bucket containing the reference to the object
to restore which is now stored in Amazon Glacier.key
- The key, the name of the reference to the object to restore, which
is now stored in Amazon Glacier.expirationInDays
- The time, in days, between when an object is restored to the
bucket and when it expiresRestoreObjectRequest(String, String)
Method Detail |
---|
public String getBucketName()
setBucketName(String)
,
withBucketName(String)
public RestoreObjectRequest withBucketName(String bucketName)
setBucketName(String)
,
getBucketName()
public void setBucketName(String bucketName)
getBucketName()
,
withBucketName(String)
public String getKey()
setKey(String)
,
withKey(String)
public void setKey(String key)
getKey()
,
withKey(String)
public RestoreObjectRequest withKey(String key)
getKey()
,
setKey(String)
public void setExpirationInDays(int expirationInDays)
public int getExpirationInDays()
public RestoreObjectRequest withExpirationInDays(int expirationInDays)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |