public static interface PutDeliverabilityDashboardOptionRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDeliverabilityDashboardOptionRequest.Builder dashboardEnabled(Boolean dashboardEnabled)
Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to
true.
dashboardEnabled - Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to
true.PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(Collection<DomainDeliverabilityTrackingOption> subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
subscribedDomains - An array of objects, one for each verified domain that you use to send email and enabled the
Deliverability dashboard for.PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(DomainDeliverabilityTrackingOption... subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
subscribedDomains - An array of objects, one for each verified domain that you use to send email and enabled the
Deliverability dashboard for.PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
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 #subscribedDomains(List.
subscribedDomains - a consumer that will call methods on
DomainDeliverabilityTrackingOption.Builder#subscribedDomains(java.util.Collection) PutDeliverabilityDashboardOptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.