public static interface AttachmentsSource.Builder extends SdkPojo, CopyableBuilder<AttachmentsSource.Builder,AttachmentsSource>
Modifier and Type | Method and Description |
---|---|
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 |
key(String key)
The key of a key and value pair that identifies the location of an attachment to a document.
|
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 |
values(String... values)
The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.
|
copy
applyMutation, build
AttachmentsSource.Builder key(String key)
The key of a key and value pair that identifies the location of an attachment to a document.
key
- The key of a key and value pair that identifies the location of an attachment to a document.AttachmentsSourceKey
,
AttachmentsSourceKey
AttachmentsSource.Builder key(AttachmentsSourceKey key)
The key of a key and value pair that identifies the location of an attachment to a document.
key
- The key of a key and value pair that identifies the location of an attachment to a document.AttachmentsSourceKey
,
AttachmentsSourceKey
AttachmentsSource.Builder values(Collection<String> values)
The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.
values
- The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.AttachmentsSource.Builder values(String... values)
The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.
values
- The URL of the location of a document attachment, such as the URL of an Amazon S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.