public static interface AddCommunicationToCaseRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>
Modifier and Type | Method and 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(Collection<String> 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.
|
AddCommunicationToCaseRequest.Builder |
communicationBody(String communicationBody)
The body of an email communication to add to the support case.
|
AddCommunicationToCaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddCommunicationToCaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.
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 AddAttachmentsToSetAddCommunicationToCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddCommunicationToCaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.