Interface VdmAttributes.Builder

    • Method Detail

      • vdmEnabled

        VdmAttributes.Builder vdmEnabled​(String vdmEnabled)

        Specifies the status of your VDM configuration. Can be one of the following:

        • ENABLED – Amazon SES enables VDM for your account.

        • DISABLED – Amazon SES disables VDM for your account.

        Parameters:
        vdmEnabled - Specifies the status of your VDM configuration. Can be one of the following:

        • ENABLED – Amazon SES enables VDM for your account.

        • DISABLED – Amazon SES disables VDM for your account.

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

        VdmAttributes.Builder vdmEnabled​(FeatureStatus vdmEnabled)

        Specifies the status of your VDM configuration. Can be one of the following:

        • ENABLED – Amazon SES enables VDM for your account.

        • DISABLED – Amazon SES disables VDM for your account.

        Parameters:
        vdmEnabled - Specifies the status of your VDM configuration. Can be one of the following:

        • ENABLED – Amazon SES enables VDM for your account.

        • DISABLED – Amazon SES disables VDM for your account.

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

        VdmAttributes.Builder dashboardAttributes​(DashboardAttributes dashboardAttributes)

        Specifies additional settings for your VDM configuration as applicable to the Dashboard.

        Parameters:
        dashboardAttributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • guardianAttributes

        VdmAttributes.Builder guardianAttributes​(GuardianAttributes guardianAttributes)

        Specifies additional settings for your VDM configuration as applicable to the Guardian.

        Parameters:
        guardianAttributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
        Returns:
        Returns a reference to this object so that method calls can be chained together.