Interface ArchivingOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ArchivingOptions.Builder,ArchivingOptions>,SdkBuilder<ArchivingOptions.Builder,ArchivingOptions>,SdkPojo
- Enclosing class:
- ArchivingOptions
@Mutable @NotThreadSafe public static interface ArchivingOptions.Builder extends SdkPojo, CopyableBuilder<ArchivingOptions.Builder,ArchivingOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchivingOptions.BuilderarchiveArn(String archiveArn)The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.-
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
-
archiveArn
ArchivingOptions.Builder archiveArn(String archiveArn)
The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.
- Parameters:
archiveArn- The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-