| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentContent.Builder |
AttachmentContent.builder() |
AttachmentContent.Builder |
AttachmentContent.Builder.hash(String hash)
The cryptographic hash value of the document content.
|
AttachmentContent.Builder |
AttachmentContent.Builder.hashType(AttachmentHashType hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
AttachmentContent.Builder.hashType(String hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
AttachmentContent.Builder.name(String name)
The name of an attachment.
|
AttachmentContent.Builder |
AttachmentContent.Builder.size(Long size)
The size of an attachment in bytes.
|
AttachmentContent.Builder |
AttachmentContent.toBuilder() |
AttachmentContent.Builder |
AttachmentContent.Builder.url(String url)
The URL location of the attachment content.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachmentContent.Builder> |
AttachmentContent.serializableBuilderClass() |
Copyright © 2020. All rights reserved.