Interface EmailAttachment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmailAttachment.Builder,
,EmailAttachment> SdkBuilder<EmailAttachment.Builder,
,EmailAttachment> SdkPojo
- Enclosing class:
EmailAttachment
@Mutable
@NotThreadSafe
public static interface EmailAttachment.Builder
extends SdkPojo, CopyableBuilder<EmailAttachment.Builder,EmailAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionA case-sensitive name of the attached file being uploaded.The pre-signed URLs for the S3 bucket where the email attachment is stored.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, sdkFieldNameToField, sdkFields
-
Method Details
-
fileName
A case-sensitive name of the attached file being uploaded.
- Parameters:
fileName
- A case-sensitive name of the attached file being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Url
The pre-signed URLs for the S3 bucket where the email attachment is stored.
- Parameters:
s3Url
- The pre-signed URLs for the S3 bucket where the email attachment is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-