public class SetObjectRetentionRequest extends AmazonWebServiceRequest implements Serializable
NOOP
Constructor and Description |
---|
SetObjectRetentionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
The S3 Bucket.
|
boolean |
getBypassGovernanceRetention() |
String |
getKey()
The Object Key.
|
ObjectLockRetention |
getRetention()
The container element for the Object Retention configuration.
|
String |
getVersionId()
The Object Version ID.
|
boolean |
isRequesterPays()
Returns true if the user has enabled Requester Pays option when
downloading an object from Requester Pays Bucket; else false.
|
void |
setBucketName(String bucket)
The S3 Bucket.
|
void |
setBypassGovernanceRetention(boolean bypassGovernanceRetention) |
void |
setKey(String key)
The Object Key.
|
void |
setRequesterPays(boolean isRequesterPays)
Used for downloading an Amazon S3 Object from a Requester Pays Bucket.
|
void |
setRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
void |
setVersionId(String versionId)
The Object Version ID.
|
SetObjectRetentionRequest |
withBucketName(String bucket)
The S3 Bucket.
|
SetObjectRetentionRequest |
withBypassGovernanceRetention(boolean bypassGovernanceRetention) |
SetObjectRetentionRequest |
withKey(String key)
The Object Key.
|
SetObjectRetentionRequest |
withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
SetObjectRetentionRequest |
withRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
SetObjectRetentionRequest |
withVersionId(String versionId)
The Object Version ID.
|
addHandlerContext, clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getBucketName()
public SetObjectRetentionRequest withBucketName(String bucket)
When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com.
When using this operation using an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.
public void setBucketName(String bucket)
When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com.
When using this operation using an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.
public String getKey()
public SetObjectRetentionRequest withKey(String key)
public void setKey(String key)
public ObjectLockRetention getRetention()
public SetObjectRetentionRequest withRetention(ObjectLockRetention retention)
public void setRetention(ObjectLockRetention retention)
public boolean isRequesterPays()
If a bucket is enabled for Requester Pays, then any attempt to read an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket
public SetObjectRetentionRequest withRequesterPays(boolean isRequesterPays)
If a bucket is enabled for Requester Pays, then any attempt to upload or download an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket.
isRequesterPays
- Enable Requester Pays option for the operation.public void setRequesterPays(boolean isRequesterPays)
If a bucket is enabled for Requester Pays, then any attempt to read an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket
isRequesterPays
- Enable Requester Pays option for the operation.public String getVersionId()
public SetObjectRetentionRequest withVersionId(String versionId)
public void setVersionId(String versionId)
public boolean getBypassGovernanceRetention()
public SetObjectRetentionRequest withBypassGovernanceRetention(boolean bypassGovernanceRetention)
public void setBypassGovernanceRetention(boolean bypassGovernanceRetention)
Copyright © 2020. All rights reserved.