Interface EmailAttachment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EmailAttachment.Builder,EmailAttachment>,SdkBuilder<EmailAttachment.Builder,EmailAttachment>,SdkPojo
- Enclosing class:
- EmailAttachment
public static interface EmailAttachment.Builder extends SdkPojo, CopyableBuilder<EmailAttachment.Builder,EmailAttachment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailAttachment.BuilderfileName(String fileName)A case-sensitive name of the attached file being uploaded.EmailAttachment.Builders3Url(String s3Url)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 Detail
-
fileName
EmailAttachment.Builder fileName(String 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
EmailAttachment.Builder s3Url(String 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.
-
-