public static interface RawMessageContent.Builder extends SdkPojo, CopyableBuilder<RawMessageContent.Builder,RawMessageContent>
| Modifier and Type | Method and Description |
|---|---|
default RawMessageContent.Builder |
s3Reference(Consumer<S3Reference.Builder> s3Reference)
The S3 reference of an email message.
|
RawMessageContent.Builder |
s3Reference(S3Reference s3Reference)
The S3 reference of an email message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRawMessageContent.Builder s3Reference(S3Reference s3Reference)
The S3 reference of an email message.
s3Reference - The S3 reference of an email message.default RawMessageContent.Builder s3Reference(Consumer<S3Reference.Builder> s3Reference)
The S3 reference of an email message.
This is a convenience method that creates an instance of theS3Reference.Builder avoiding the need to
create one manually via S3Reference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Reference(S3Reference).
s3Reference - a consumer that will call methods on S3Reference.Builders3Reference(S3Reference)Copyright © 2023. All rights reserved.