| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentsSource.Builder |
AttachmentsSource.builder() |
AttachmentsSource.Builder |
AttachmentsSource.Builder.key(AttachmentsSourceKey key)
The key of a key and value pair that identifies the location of an attachment to a document.
|
AttachmentsSource.Builder |
AttachmentsSource.Builder.key(String key)
The key of a key and value pair that identifies the location of an attachment to a document.
|
AttachmentsSource.Builder |
AttachmentsSource.toBuilder() |
AttachmentsSource.Builder |
AttachmentsSource.Builder.values(Collection<String> values)
The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.
|
AttachmentsSource.Builder |
AttachmentsSource.Builder.values(String... values)
The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachmentsSource.Builder> |
AttachmentsSource.serializableBuilderClass() |
Copyright © 2018. All rights reserved.