Class CreateMultipartUploadResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.s3.model.S3Response
-
- software.amazon.awssdk.services.s3.model.CreateMultipartUploadResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateMultipartUploadResponse extends S3Response implements ToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateMultipartUploadResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantabortDate()If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header.StringabortRuleId()This header is returned along with thex-amz-abort-dateheader.Stringbucket()The name of the bucket to which the multipart upload was initiated.BooleanbucketKeyEnabled()Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).static CreateMultipartUploadResponse.Builderbuilder()ChecksumAlgorithmchecksumAlgorithm()The algorithm that was used to create a checksum of the object.StringchecksumAlgorithmAsString()The algorithm that was used to create a checksum of the object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()Object key for which the multipart upload was initiated.RequestChargedrequestCharged()Returns the value of the RequestCharged property for this object.StringrequestChargedAsString()Returns the value of the RequestCharged property for this object.List<SdkField<?>>sdkFields()static Class<? extends CreateMultipartUploadResponse.Builder>serializableBuilderClass()ServerSideEncryptionserverSideEncryption()The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256,aws:kms).StringserverSideEncryptionAsString()The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256,aws:kms).StringsseCustomerAlgorithm()If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.StringsseCustomerKeyMD5()If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.StringssekmsEncryptionContext()If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption.StringssekmsKeyId()If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.CreateMultipartUploadResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuploadId()ID for the initiated multipart upload.-
Methods inherited from class software.amazon.awssdk.services.s3.model.S3Response
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
abortDate
public final Instant abortDate()
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header. The header indicates when the initiated multipart upload becomes eligible for an abort operation. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration.
The response also includes the
x-amz-abort-rule-idheader that provides the ID of the lifecycle configuration rule that defines this action.- Returns:
- If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and
the prefix in the lifecycle rule matches the object name in the request, the response includes this
header. The header indicates when the initiated multipart upload becomes eligible for an abort operation.
For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration.
The response also includes the
x-amz-abort-rule-idheader that provides the ID of the lifecycle configuration rule that defines this action.
-
abortRuleId
public final String abortRuleId()
This header is returned along with the
x-amz-abort-dateheader. It identifies the applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads.- Returns:
- This header is returned along with the
x-amz-abort-dateheader. It identifies the applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads.
-
bucket
public final String bucket()
The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.
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.
When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form
AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.- Returns:
- The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN
or access point alias if used.
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.
When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form
AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.
-
key
public final String key()
Object key for which the multipart upload was initiated.
- Returns:
- Object key for which the multipart upload was initiated.
-
uploadId
public final String uploadId()
ID for the initiated multipart upload.
- Returns:
- ID for the initiated multipart upload.
-
serverSideEncryption
public final ServerSideEncryption serverSideEncryption()
The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256,aws:kms).If the service returns an enum value that is not available in the current SDK version,
serverSideEncryptionwill returnServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserverSideEncryptionAsString().- Returns:
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256,aws:kms). - See Also:
ServerSideEncryption
-
serverSideEncryptionAsString
public final String serverSideEncryptionAsString()
The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256,aws:kms).If the service returns an enum value that is not available in the current SDK version,
serverSideEncryptionwill returnServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserverSideEncryptionAsString().- Returns:
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256,aws:kms). - See Also:
ServerSideEncryption
-
sseCustomerAlgorithm
public final String sseCustomerAlgorithm()
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
- Returns:
- If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
-
sseCustomerKeyMD5
public final String sseCustomerKeyMD5()
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
- Returns:
- If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
-
ssekmsKeyId
public final String ssekmsKeyId()
If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.
- Returns:
- If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.
-
ssekmsEncryptionContext
public final String ssekmsEncryptionContext()
If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.
- Returns:
- If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.
-
bucketKeyEnabled
public final Boolean bucketKeyEnabled()
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
- Returns:
- Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
-
requestCharged
public final RequestCharged requestCharged()
Returns the value of the RequestCharged property for this object.If the service returns an enum value that is not available in the current SDK version,
requestChargedwill returnRequestCharged.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequestChargedAsString().- Returns:
- The value of the RequestCharged property for this object.
- See Also:
RequestCharged
-
requestChargedAsString
public final String requestChargedAsString()
Returns the value of the RequestCharged property for this object.If the service returns an enum value that is not available in the current SDK version,
requestChargedwill returnRequestCharged.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequestChargedAsString().- Returns:
- The value of the RequestCharged property for this object.
- See Also:
RequestCharged
-
checksumAlgorithm
public final ChecksumAlgorithm checksumAlgorithm()
The algorithm that was used to create a checksum of the object.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithmwill returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumAlgorithmAsString().- Returns:
- The algorithm that was used to create a checksum of the object.
- See Also:
ChecksumAlgorithm
-
checksumAlgorithmAsString
public final String checksumAlgorithmAsString()
The algorithm that was used to create a checksum of the object.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithmwill returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumAlgorithmAsString().- Returns:
- The algorithm that was used to create a checksum of the object.
- See Also:
ChecksumAlgorithm
-
toBuilder
public CreateMultipartUploadResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateMultipartUploadResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateMultipartUploadResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-