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 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 #subscribedDomains(List) .subscribedDomains - a consumer that will call methods on List.Builder #subscribedDomains(List) 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.