Uses of Interface
software.amazon.awssdk.services.support.model.Communication.Builder
-
Packages that use Communication.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of Communication.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return Communication.Builder Modifier and Type Method Description Communication.BuilderCommunication.Builder. attachmentSet(Collection<AttachmentDetails> attachmentSet)Information about the attachments to the case communication.Communication.BuilderCommunication.Builder. attachmentSet(Consumer<AttachmentDetails.Builder>... attachmentSet)Information about the attachments to the case communication.Communication.BuilderCommunication.Builder. attachmentSet(AttachmentDetails... attachmentSet)Information about the attachments to the case communication.Communication.BuilderCommunication.Builder. body(String body)The text of the communication between the customer and Amazon Web Services Support.static Communication.BuilderCommunication. builder()Communication.BuilderCommunication.Builder. caseId(String caseId)The support case ID requested or returned in the call.Communication.BuilderCommunication.Builder. submittedBy(String submittedBy)The identity of the account that submitted, or responded to, the support case.Communication.BuilderCommunication.Builder. timeCreated(String timeCreated)The time the communication was created.Communication.BuilderCommunication. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Communication.Builder Modifier and Type Method Description static Class<? extends Communication.Builder>Communication. serializableBuilderClass()
-