Interface GuardianAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GuardianAttributes.Builder,GuardianAttributes>, SdkBuilder<GuardianAttributes.Builder,GuardianAttributes>, SdkPojo
Enclosing class:
GuardianAttributes

public static interface GuardianAttributes.Builder extends SdkPojo, CopyableBuilder<GuardianAttributes.Builder,GuardianAttributes>
  • Method Details

    • optimizedSharedDelivery

      GuardianAttributes.Builder optimizedSharedDelivery(String optimizedSharedDelivery)

      Specifies the status of your VDM optimized shared delivery. Can be one of the following:

      • ENABLED – Amazon SES enables optimized shared delivery for your account.

      • DISABLED – Amazon SES disables optimized shared delivery for your account.

      Parameters:
      optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one of the following:

      • ENABLED – Amazon SES enables optimized shared delivery for your account.

      • DISABLED – Amazon SES disables optimized shared delivery for your account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • optimizedSharedDelivery

      GuardianAttributes.Builder optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)

      Specifies the status of your VDM optimized shared delivery. Can be one of the following:

      • ENABLED – Amazon SES enables optimized shared delivery for your account.

      • DISABLED – Amazon SES disables optimized shared delivery for your account.

      Parameters:
      optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one of the following:

      • ENABLED – Amazon SES enables optimized shared delivery for your account.

      • DISABLED – Amazon SES disables optimized shared delivery for your account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: