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 Details

    • 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.