public static interface PutDeliverabilityDashboardOptionRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDeliverabilityDashboardOptionRequest.Builder |
dashboardEnabled(Boolean dashboardEnabled)
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account.
|
PutDeliverabilityDashboardOptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDeliverabilityDashboardOptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
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.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDeliverabilityDashboardOptionRequest.Builder dashboardEnabled(Boolean dashboardEnabled)
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account. To enable the
dashboard, set this value to true.
dashboardEnabled - Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account. 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 © 2023. All rights reserved.