public static interface AttachmentContent.Builder extends SdkPojo, CopyableBuilder<AttachmentContent.Builder,AttachmentContent>
| Modifier and Type | Method and Description |
|---|---|
AttachmentContent.Builder |
hash(String hash)
The cryptographic hash value of the document content.
|
AttachmentContent.Builder |
hashType(AttachmentHashType hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
hashType(String hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
name(String name)
The name of an attachment.
|
AttachmentContent.Builder |
size(Long size)
The size of an attachment in bytes.
|
AttachmentContent.Builder |
url(String url)
The URL location of the attachment content.
|
copyapplyMutation, buildAttachmentContent.Builder name(String name)
The name of an attachment.
name - The name of an attachment.AttachmentContent.Builder size(Long size)
The size of an attachment in bytes.
size - The size of an attachment in bytes.AttachmentContent.Builder hash(String hash)
The cryptographic hash value of the document content.
hash - The cryptographic hash value of the document content.AttachmentContent.Builder hashType(String hashType)
The hash algorithm used to calculate the hash value.
hashType - The hash algorithm used to calculate the hash value.AttachmentHashType,
AttachmentHashTypeAttachmentContent.Builder hashType(AttachmentHashType hashType)
The hash algorithm used to calculate the hash value.
hashType - The hash algorithm used to calculate the hash value.AttachmentHashType,
AttachmentHashTypeAttachmentContent.Builder url(String url)
The URL location of the attachment content.
url - The URL location of the attachment content.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.