Uses of Interface
software.amazon.awssdk.services.connect.model.EmailAttachment.Builder
-
Packages that use EmailAttachment.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EmailAttachment.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EmailAttachment.Builder Modifier and Type Method Description static EmailAttachment.BuilderEmailAttachment. builder()EmailAttachment.BuilderEmailAttachment.Builder. fileName(String fileName)A case-sensitive name of the attached file being uploaded.EmailAttachment.BuilderEmailAttachment.Builder. s3Url(String s3Url)The pre-signed URLs for the S3 bucket where the email attachment is stored.EmailAttachment.BuilderEmailAttachment. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EmailAttachment.Builder Modifier and Type Method Description static Class<? extends EmailAttachment.Builder>EmailAttachment. serializableBuilderClass()
-