Interface PutObjectRetentionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutObjectRetentionRequest.Builder,PutObjectRetentionRequest>,S3Request.Builder,SdkBuilder<PutObjectRetentionRequest.Builder,PutObjectRetentionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutObjectRetentionRequest
public static interface PutObjectRetentionRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<PutObjectRetentionRequest.Builder,PutObjectRetentionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutObjectRetentionRequest.Builderbucket(String bucket)The bucket name that contains the object you want to apply this Object Retention configuration to.PutObjectRetentionRequest.BuilderbypassGovernanceRetention(Boolean bypassGovernanceRetention)Indicates whether this action should bypass Governance-mode restrictions.PutObjectRetentionRequest.BuilderchecksumAlgorithm(String checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when using the SDK.PutObjectRetentionRequest.BuilderchecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when using the SDK.PutObjectRetentionRequest.BuildercontentMD5(String contentMD5)The MD5 hash for the request body.PutObjectRetentionRequest.BuilderexpectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.PutObjectRetentionRequest.Builderkey(String key)The key name for the object that you want to apply this Object Retention configuration to.PutObjectRetentionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutObjectRetentionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutObjectRetentionRequest.BuilderrequestPayer(String requestPayer)Sets the value of the RequestPayer property for this object.PutObjectRetentionRequest.BuilderrequestPayer(RequestPayer requestPayer)Sets the value of the RequestPayer property for this object.default PutObjectRetentionRequest.Builderretention(Consumer<ObjectLockRetention.Builder> retention)The container element for the Object Retention configuration.PutObjectRetentionRequest.Builderretention(ObjectLockRetention retention)The container element for the Object Retention configuration.PutObjectRetentionRequest.BuilderversionId(String versionId)The version ID for the object that you want to apply this Object Retention configuration to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
PutObjectRetentionRequest.Builder bucket(String bucket)
The bucket name that contains the object you want to apply this Object Retention configuration to.
When using this action 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 action with an access point through the Amazon Web Services 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 S3 User Guide.
- Parameters:
bucket- The bucket name that contains the object you want to apply this Object Retention configuration to.When using this action 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 action with an access point through the Amazon Web Services 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 S3 User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
PutObjectRetentionRequest.Builder key(String key)
The key name for the object that you want to apply this Object Retention configuration to.
- Parameters:
key- The key name for the object that you want to apply this Object Retention configuration to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retention
PutObjectRetentionRequest.Builder retention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
- Parameters:
retention- The container element for the Object Retention configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retention
default PutObjectRetentionRequest.Builder retention(Consumer<ObjectLockRetention.Builder> retention)
The container element for the Object Retention configuration.
This is a convenience method that creates an instance of theObjectLockRetention.Builderavoiding the need to create one manually viaObjectLockRetention.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toretention(ObjectLockRetention).- Parameters:
retention- a consumer that will call methods onObjectLockRetention.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
retention(ObjectLockRetention)
-
requestPayer
PutObjectRetentionRequest.Builder requestPayer(String requestPayer)
Sets the value of the RequestPayer property for this object.- Parameters:
requestPayer- The new value for the RequestPayer property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestPayer,RequestPayer
-
requestPayer
PutObjectRetentionRequest.Builder requestPayer(RequestPayer requestPayer)
Sets the value of the RequestPayer property for this object.- Parameters:
requestPayer- The new value for the RequestPayer property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestPayer,RequestPayer
-
versionId
PutObjectRetentionRequest.Builder versionId(String versionId)
The version ID for the object that you want to apply this Object Retention configuration to.
- Parameters:
versionId- The version ID for the object that you want to apply this Object Retention configuration to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bypassGovernanceRetention
PutObjectRetentionRequest.Builder bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Indicates whether this action should bypass Governance-mode restrictions.
- Parameters:
bypassGovernanceRetention- Indicates whether this action should bypass Governance-mode restrictions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentMD5
PutObjectRetentionRequest.Builder contentMD5(String contentMD5)
The MD5 hash for the request body.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
- Parameters:
contentMD5- The MD5 hash for the request body.For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
PutObjectRetentionRequest.Builder checksumAlgorithm(String checksumAlgorithm)
Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any additional functionality if not using the SDK. When sending this header, there must be a corresponding
x-amz-checksumorx-amz-trailerheader sent. Otherwise, Amazon S3 fails the request with the HTTP status code400 Bad Request. For more information, see Checking object integrity in the Amazon S3 User Guide.If you provide an individual checksum, Amazon S3 ignores any provided
ChecksumAlgorithmparameter.- Parameters:
checksumAlgorithm- Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any additional functionality if not using the SDK. When sending this header, there must be a correspondingx-amz-checksumorx-amz-trailerheader sent. Otherwise, Amazon S3 fails the request with the HTTP status code400 Bad Request. For more information, see Checking object integrity in the Amazon S3 User Guide.If you provide an individual checksum, Amazon S3 ignores any provided
ChecksumAlgorithmparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm,ChecksumAlgorithm
-
checksumAlgorithm
PutObjectRetentionRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any additional functionality if not using the SDK. When sending this header, there must be a corresponding
x-amz-checksumorx-amz-trailerheader sent. Otherwise, Amazon S3 fails the request with the HTTP status code400 Bad Request. For more information, see Checking object integrity in the Amazon S3 User Guide.If you provide an individual checksum, Amazon S3 ignores any provided
ChecksumAlgorithmparameter.- Parameters:
checksumAlgorithm- Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any additional functionality if not using the SDK. When sending this header, there must be a correspondingx-amz-checksumorx-amz-trailerheader sent. Otherwise, Amazon S3 fails the request with the HTTP status code400 Bad Request. For more information, see Checking object integrity in the Amazon S3 User Guide.If you provide an individual checksum, Amazon S3 ignores any provided
ChecksumAlgorithmparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm,ChecksumAlgorithm
-
expectedBucketOwner
PutObjectRetentionRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code
403 Forbidden(access denied).- Parameters:
expectedBucketOwner- The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code403 Forbidden(access denied).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutObjectRetentionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutObjectRetentionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-