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-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource.Builder |
AttachmentsSource.Builder.key(String key)
The key of a key-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource.Builder |
AttachmentsSource.Builder.name(String name)
The name of the document attachment file.
|
AttachmentsSource.Builder |
AttachmentsSource.toBuilder() |
AttachmentsSource.Builder |
AttachmentsSource.Builder.values(Collection<String> values)
The value of a key-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource.Builder |
AttachmentsSource.Builder.values(String... values)
The value of a key-value pair that identifies the location of an attachment to a document.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends AttachmentsSource.Builder> |
AttachmentsSource.serializableBuilderClass() |
Copyright © 2020. All rights reserved.