Interface GetUploadJobPathResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetUploadJobPathResponse.Builder,,GetUploadJobPathResponse> CustomerProfilesResponse.Builder,SdkBuilder<GetUploadJobPathResponse.Builder,,GetUploadJobPathResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetUploadJobPathResponse
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The plaintext data key used to encrypt the upload file.The pre-signed S3 URL for uploading the CSV file associated with the upload job.validUntil(Instant validUntil) The expiry timestamp for the pre-signed URL, after which the URL will no longer be valid.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
url
The pre-signed S3 URL for uploading the CSV file associated with the upload job.
- Parameters:
url- The pre-signed S3 URL for uploading the CSV file associated with the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The plaintext data key used to encrypt the upload file.
To persist to the pre-signed url, use the client token and MD5 client token as header. The required headers are as follows:
-
x-amz-server-side-encryption-customer-key: Client Token
-
x-amz-server-side-encryption-customer-key-MD5: MD5 Client Token
-
x-amz-server-side-encryption-customer-algorithm: AES256
- Parameters:
clientToken- The plaintext data key used to encrypt the upload file.To persist to the pre-signed url, use the client token and MD5 client token as header. The required headers are as follows:
-
x-amz-server-side-encryption-customer-key: Client Token
-
x-amz-server-side-encryption-customer-key-MD5: MD5 Client Token
-
x-amz-server-side-encryption-customer-algorithm: AES256
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
validUntil
The expiry timestamp for the pre-signed URL, after which the URL will no longer be valid.
- Parameters:
validUntil- The expiry timestamp for the pre-signed URL, after which the URL will no longer be valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-