Uses of Interface
software.amazon.awssdk.services.support.model.Attachment.Builder
-
Packages that use Attachment.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of Attachment.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return Attachment.Builder Modifier and Type Method Description static Attachment.BuilderAttachment. builder()Attachment.BuilderAttachment.Builder. data(SdkBytes data)The content of the attachment file.Attachment.BuilderAttachment.Builder. fileName(String fileName)The name of the attachment file.Attachment.BuilderAttachment. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Attachment.Builder Modifier and Type Method Description static Class<? extends Attachment.Builder>Attachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.support.model with type arguments of type Attachment.Builder Modifier and Type Method Description default DescribeAttachmentResponse.BuilderDescribeAttachmentResponse.Builder. attachment(Consumer<Attachment.Builder> attachment)This object includes the attachment content and file name.
-