Interface AddCommunicationToCaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>,SdkBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>,SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
- AddCommunicationToCaseRequest
public static interface AddCommunicationToCaseRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<AddCommunicationToCaseRequest.Builder,AddCommunicationToCaseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddCommunicationToCaseRequest.BuilderattachmentSetId(String attachmentSetId)The ID of a set of one or more attachments for the communication to add to the case.AddCommunicationToCaseRequest.BuildercaseId(String caseId)The support case ID requested or returned in the call.AddCommunicationToCaseRequest.BuilderccEmailAddresses(String... ccEmailAddresses)The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest.BuilderccEmailAddresses(Collection<String> ccEmailAddresses)The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest.BuildercommunicationBody(String communicationBody)The body of an email communication to add to the support case.AddCommunicationToCaseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddCommunicationToCaseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.support.model.SupportRequest.Builder
build
-
-
-
-
Method Detail
-
caseId
AddCommunicationToCaseRequest.Builder caseId(String caseId)
The 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
- Parameters:
caseId- The 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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
communicationBody
AddCommunicationToCaseRequest.Builder communicationBody(String communicationBody)
The body of an email communication to add to the support case.
- Parameters:
communicationBody- The body of an email communication to add to the support case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccEmailAddresses
AddCommunicationToCaseRequest.Builder ccEmailAddresses(Collection<String> ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.
- Parameters:
ccEmailAddresses- The email addresses in the CC line of an email to be added to the support case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccEmailAddresses
AddCommunicationToCaseRequest.Builder ccEmailAddresses(String... ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.
- Parameters:
ccEmailAddresses- The email addresses in the CC line of an email to be added to the support case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentSetId
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddCommunicationToCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddCommunicationToCaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-