Interface GetDeliverabilityDashboardOptionsResponse.Builder

    • Method Detail

      • dashboardEnabled

        GetDeliverabilityDashboardOptionsResponse.Builder dashboardEnabled​(Boolean dashboardEnabled)

        Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.

        Parameters:
        dashboardEnabled - Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionExpiryDate

        GetDeliverabilityDashboardOptionsResponse.Builder subscriptionExpiryDate​(Instant subscriptionExpiryDate)

        The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.

        Parameters:
        subscriptionExpiryDate - The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountStatus

        GetDeliverabilityDashboardOptionsResponse.Builder accountStatus​(String accountStatus)

        The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

        Parameters:
        accountStatus - The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliverabilityDashboardAccountStatus, DeliverabilityDashboardAccountStatus
      • activeSubscribedDomains

        GetDeliverabilityDashboardOptionsResponse.Builder activeSubscribedDomains​(Collection<DomainDeliverabilityTrackingOption> activeSubscribedDomains)

        An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

        Parameters:
        activeSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeSubscribedDomains

        GetDeliverabilityDashboardOptionsResponse.Builder activeSubscribedDomains​(DomainDeliverabilityTrackingOption... activeSubscribedDomains)

        An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

        Parameters:
        activeSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingExpirationSubscribedDomains

        GetDeliverabilityDashboardOptionsResponse.Builder pendingExpirationSubscribedDomains​(Collection<DomainDeliverabilityTrackingOption> pendingExpirationSubscribedDomains)

        An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.

        Parameters:
        pendingExpirationSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingExpirationSubscribedDomains

        GetDeliverabilityDashboardOptionsResponse.Builder pendingExpirationSubscribedDomains​(DomainDeliverabilityTrackingOption... pendingExpirationSubscribedDomains)

        An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.

        Parameters:
        pendingExpirationSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.