public static interface AddAttachmentsToSetRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>
| Modifier and Type | Method and Description |
|---|---|
AddAttachmentsToSetRequest.Builder |
attachments(Attachment... attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
attachments(Collection<Attachment> attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
attachments(Consumer<Attachment.Builder>... attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest.Builder |
attachmentSetId(String attachmentSetId)
The ID of the attachment set.
|
AddAttachmentsToSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddAttachmentsToSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddAttachmentsToSetRequest.Builder attachmentSetId(String attachmentSetId)
The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is
created, and the ID of the set is returned in the response. If an attachmentSetId is specified,
the attachments are added to the specified set, if it exists.
attachmentSetId - The ID of the attachment set. If an attachmentSetId is not specified, a new attachment
set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.AddAttachmentsToSetRequest.Builder attachments(Collection<Attachment> attachments)
One or more attachments to add to the set. You can add up to three attachments per set. The size limit is 5 MB per attachment.
In the Attachment object, use the data parameter to specify the contents of the
attachment file. In the previous request syntax, the value for data appear as blob,
which is represented as a base64-encoded string. The value for fileName is the name of the
attachment, such as troubleshoot-screenshot.png.
attachments - One or more attachments to add to the set. You can add up to three attachments per set. The size limit
is 5 MB per attachment.
In the Attachment object, use the data parameter to specify the contents of
the attachment file. In the previous request syntax, the value for data appear as
blob, which is represented as a base64-encoded string. The value for
fileName is the name of the attachment, such as troubleshoot-screenshot.png.
AddAttachmentsToSetRequest.Builder attachments(Attachment... attachments)
One or more attachments to add to the set. You can add up to three attachments per set. The size limit is 5 MB per attachment.
In the Attachment object, use the data parameter to specify the contents of the
attachment file. In the previous request syntax, the value for data appear as blob,
which is represented as a base64-encoded string. The value for fileName is the name of the
attachment, such as troubleshoot-screenshot.png.
attachments - One or more attachments to add to the set. You can add up to three attachments per set. The size limit
is 5 MB per attachment.
In the Attachment object, use the data parameter to specify the contents of
the attachment file. In the previous request syntax, the value for data appear as
blob, which is represented as a base64-encoded string. The value for
fileName is the name of the attachment, such as troubleshoot-screenshot.png.
AddAttachmentsToSetRequest.Builder attachments(Consumer<Attachment.Builder>... attachments)
One or more attachments to add to the set. You can add up to three attachments per set. The size limit is 5 MB per attachment.
In the Attachment object, use the data parameter to specify the contents of the
attachment file. In the previous request syntax, the value for data appear as blob,
which is represented as a base64-encoded string. The value for fileName is the name of the
attachment, such as troubleshoot-screenshot.png.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attachments(List) .attachments - a consumer that will call methods on List.Builder #attachments(List) AddAttachmentsToSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddAttachmentsToSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.