public static interface GetDeliverabilityDashboardOptionsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDeliverabilityDashboardOptionsResponse.Builder,GetDeliverabilityDashboardOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeliverabilityDashboardOptionsResponse.Builder |
accountStatus(DeliverabilityDashboardAccountStatus accountStatus)
The current status of your Deliverability dashboard subscription.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
accountStatus(String accountStatus)
The current status of your Deliverability dashboard subscription.
|
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.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
activeSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.
|
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.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
dashboardEnabled(Boolean dashboardEnabled)
Specifies whether the Deliverability dashboard is enabled.
|
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.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
pendingExpirationSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeliverabilityDashboardOptionsResponse.Builder dashboardEnabled(Boolean dashboardEnabled)
Specifies whether the Deliverability dashboard is enabled. If this value is true, the dashboard
is enabled.
dashboardEnabled - Specifies whether the Deliverability dashboard is enabled. If this value is true, the
dashboard is enabled.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.
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.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.
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.DeliverabilityDashboardAccountStatus,
DeliverabilityDashboardAccountStatusGetDeliverabilityDashboardOptionsResponse.Builder accountStatus(DeliverabilityDashboardAccountStatus 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.
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.DeliverabilityDashboardAccountStatus,
DeliverabilityDashboardAccountStatusGetDeliverabilityDashboardOptionsResponse.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.
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.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.
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.GetDeliverabilityDashboardOptionsResponse.Builder activeSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #activeSubscribedDomains(List) .activeSubscribedDomains - a consumer that will call methods on List.Builder #activeSubscribedDomains(List) 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.
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.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.
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.GetDeliverabilityDashboardOptionsResponse.Builder pendingExpirationSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #pendingExpirationSubscribedDomains(List) .pendingExpirationSubscribedDomains - a consumer that will call methods on List.Builder #pendingExpirationSubscribedDomains(List) Copyright © 2022. All rights reserved.