Interface GetArchiveMessageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetArchiveMessageResponse.Builder,GetArchiveMessageResponse>,MailManagerResponse.Builder,SdkBuilder<GetArchiveMessageResponse.Builder,GetArchiveMessageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetArchiveMessageResponse
public static interface GetArchiveMessageResponse.Builder extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<GetArchiveMessageResponse.Builder,GetArchiveMessageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetArchiveMessageResponse.BuildermessageDownloadLink(String messageDownloadLink)A pre-signed URL to temporarily download the full message content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
messageDownloadLink
GetArchiveMessageResponse.Builder messageDownloadLink(String messageDownloadLink)
A pre-signed URL to temporarily download the full message content.
- Parameters:
messageDownloadLink- A pre-signed URL to temporarily download the full message content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-