public static interface CreateDeliverabilityTestReportRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<CreateDeliverabilityTestReportRequest.Builder,CreateDeliverabilityTestReportRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateDeliverabilityTestReportRequest.Builder |
content(Consumer<EmailContent.Builder> content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
content(EmailContent content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
fromEmailAddress(String fromEmailAddress)
The email address that the predictive inbox placement test email was sent from.
|
CreateDeliverabilityTestReportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeliverabilityTestReportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDeliverabilityTestReportRequest.Builder |
reportName(String reportName)
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
|
CreateDeliverabilityTestReportRequest.Builder |
tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeliverabilityTestReportRequest.Builder reportName(String reportName)
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
reportName - A unique name that helps you to identify the predictive inbox placement test when you retrieve the
results.CreateDeliverabilityTestReportRequest.Builder fromEmailAddress(String fromEmailAddress)
The email address that the predictive inbox placement test email was sent from.
fromEmailAddress - The email address that the predictive inbox placement test email was sent from.CreateDeliverabilityTestReportRequest.Builder content(EmailContent content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
content - The HTML body of the message that you sent when you performed the predictive inbox placement test.default CreateDeliverabilityTestReportRequest.Builder content(Consumer<EmailContent.Builder> content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
This is a convenience method that creates an instance of theEmailContent.Builder avoiding the need
to create one manually via EmailContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to content(EmailContent).content - a consumer that will call methods on EmailContent.Buildercontent(EmailContent)CreateDeliverabilityTestReportRequest.Builder tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
tags - An array of objects that define the tags (keys and values) that you want to associate with the
predictive inbox placement test.CreateDeliverabilityTestReportRequest.Builder tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
tags - An array of objects that define the tags (keys and values) that you want to associate with the
predictive inbox placement test.CreateDeliverabilityTestReportRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDeliverabilityTestReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeliverabilityTestReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.