public static interface GetDeliverabilityDashboardOptionsResponse.Builder extends PinpointEmailResponse.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 for your Amazon Pinpoint account.
|
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 for your Amazon Pinpoint account. If this value is
true, the dashboard is enabled.
dashboardEnabled - Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. 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 theDomainDeliverabilityTrackingOption.Builder
avoiding the need to create one manually via
DomainDeliverabilityTrackingOption.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #activeSubscribedDomains(List.
activeSubscribedDomains - a consumer that will call methods on
DomainDeliverabilityTrackingOption.Builder#activeSubscribedDomains(java.util.Collection) 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 theDomainDeliverabilityTrackingOption.Builder
avoiding the need to create one manually via
DomainDeliverabilityTrackingOption.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #pendingExpirationSubscribedDomains(List.
pendingExpirationSubscribedDomains - a consumer that will call methods on
DomainDeliverabilityTrackingOption.Builder#pendingExpirationSubscribedDomains(java.util.Collection) Copyright © 2023. All rights reserved.