static AttachmentsSource.Builder |
AttachmentsSource.builder() |
|
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.key(AttachmentsSourceKey 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(String... values) |
The value of a key-value pair that identifies the location of an attachment to a document.
|
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.
|