ToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateMultipartUploadResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateMultipartUploadResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Date |
abortDate() |
Date when multipart upload will become eligible for abort operation by lifecycle.
|
String |
abortRuleId() |
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
String |
bucket() |
Name of the bucket to which the multipart upload was initiated.
|
static CreateMultipartUploadResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
Object key for which the multipart upload was initiated.
|
String |
requestCharged() |
|
static Class<? extends CreateMultipartUploadResponse.Builder> |
serializableBuilderClass() |
|
String |
serverSideEncryption() |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
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.
|
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.
|
String |
ssekmsKeyId() |
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the
object.
|
CreateMultipartUploadResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadId() |
ID for the initiated multipart upload.
|
setSdkHttpMetadata, setSdkResponseMetadata
public Date abortDate()
public String abortRuleId()
public String bucket()
public String key()
public String uploadId()
public String serverSideEncryption()
ServerSideEncryption
public String sseCustomerAlgorithm()
public String sseCustomerKeyMD5()
public String ssekmsKeyId()
public String requestCharged()
RequestCharged
public CreateMultipartUploadResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
public static CreateMultipartUploadResponse.Builder builder()
public static Class<? extends CreateMultipartUploadResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.