| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
Communication.Builder |
Communication.Builder.attachmentSet(AttachmentDetails... attachmentSet)
Information about the attachments to the case communication.
|
Communication.Builder |
Communication.Builder.attachmentSet(Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Communication.Builder |
Communication.Builder.attachmentSet(Consumer<AttachmentDetails.Builder>... attachmentSet)
Information about the attachments to the case communication.
|
Communication.Builder |
Communication.Builder.body(String body)
The text of the communication between the customer and AWS Support.
|
static Communication.Builder |
Communication.builder() |
Communication.Builder |
Communication.Builder.caseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
Communication.Builder |
Communication.Builder.submittedBy(String submittedBy)
The email address of the account that submitted the AWS Support case.
|
Communication.Builder |
Communication.Builder.timeCreated(String timeCreated)
The time the communication was created.
|
Communication.Builder |
Communication.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Communication.Builder> |
Communication.serializableBuilderClass() |
Copyright © 2018. All rights reserved.