CopyableBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>
, SdkBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>
public static interface AddCommunicationToCaseRequest.Builder extends CopyableBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>
Modifier and Type | Method | Description |
---|---|---|
AddCommunicationToCaseRequest.Builder |
attachmentSetId(String attachmentSetId) |
The ID of a set of one or more attachments for the communication to add to the case.
|
AddCommunicationToCaseRequest.Builder |
caseId(String caseId) |
The AWS Support case ID requested or returned in the call.
|
AddCommunicationToCaseRequest.Builder |
ccEmailAddresses(String... ccEmailAddresses) |
The email addresses in the CC line of an email to be added to the support case.
|
AddCommunicationToCaseRequest.Builder |
ccEmailAddresses(Collection<String> ccEmailAddresses) |
The email addresses in the CC line of an email to be added to the support case.
|
AddCommunicationToCaseRequest.Builder |
communicationBody(String communicationBody) |
The body of an email communication to add to the support case.
|
copy
apply, build
AddCommunicationToCaseRequest.Builder caseId(String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
caseId
- The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string
formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47AddCommunicationToCaseRequest.Builder communicationBody(String communicationBody)
The body of an email communication to add to the support case.
communicationBody
- The body of an email communication to add to the support case.AddCommunicationToCaseRequest.Builder ccEmailAddresses(Collection<String> ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.
ccEmailAddresses
- The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest.Builder ccEmailAddresses(String... ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.
NOTE: This method appends the values to the existing list (if any). Use
#setCcEmailAddresses(java.util.Collection)
or #withCcEmailAddresses(java.util.Collection)
if
you want to override the existing values.
ccEmailAddresses
- The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest.Builder attachmentSetId(String attachmentSetId)
The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
attachmentSetId
- The ID of a set of one or more attachments for the communication to add to the case. Create the set by
calling AddAttachmentsToSetCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.