public static interface GetDeliverabilityTestReportResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDeliverabilityTestReportResponse.Builder,GetDeliverabilityTestReportResponse>
Modifier and Type | Method and Description |
---|---|
default GetDeliverabilityTestReportResponse.Builder |
deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResponse.Builder |
deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResponse.Builder |
ispPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
ispPlacements(Consumer<IspPlacement.Builder>... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
ispPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
message(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
default GetDeliverabilityTestReportResponse.Builder |
overallPlacement(Consumer<PlacementStatistics.Builder> overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't
delivered.
|
GetDeliverabilityTestReportResponse.Builder |
overallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't
delivered.
|
GetDeliverabilityTestReportResponse.Builder |
tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResponse.Builder |
tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDeliverabilityTestReportResponse.Builder deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
deliverabilityTestReport
- An object that contains the results of the predictive inbox placement test.default GetDeliverabilityTestReportResponse.Builder deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
This is a convenience that creates an instance of theDeliverabilityTestReport.Builder
avoiding the
need to create one manually via DeliverabilityTestReport.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to deliverabilityTestReport(DeliverabilityTestReport)
.deliverabilityTestReport
- a consumer that will call methods on DeliverabilityTestReport.Builder
deliverabilityTestReport(DeliverabilityTestReport)
GetDeliverabilityTestReportResponse.Builder overallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
overallPlacement
- An object that specifies how many test messages that were sent during the predictive inbox placement
test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how
many weren't delivered.default GetDeliverabilityTestReportResponse.Builder overallPlacement(Consumer<PlacementStatistics.Builder> overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
This is a convenience that creates an instance of thePlacementStatistics.Builder
avoiding the need
to create one manually via PlacementStatistics.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to overallPlacement(PlacementStatistics)
.overallPlacement
- a consumer that will call methods on PlacementStatistics.Builder
overallPlacement(PlacementStatistics)
GetDeliverabilityTestReportResponse.Builder ispPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail,
Hotmail, Yahoo, AOL, and others.GetDeliverabilityTestReportResponse.Builder ispPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail,
Hotmail, Yahoo, AOL, and others.GetDeliverabilityTestReportResponse.Builder ispPlacements(Consumer<IspPlacement.Builder>... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
This is a convenience 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 #ispPlacements(List)
.ispPlacements
- a consumer that will call methods on List.Builder
#ispPlacements(List)
GetDeliverabilityTestReportResponse.Builder message(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
message
- An object that contains the message that you sent when you performed this predictive inbox placement
test.GetDeliverabilityTestReportResponse.Builder tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive
inbox placement test.GetDeliverabilityTestReportResponse.Builder tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive
inbox placement test.GetDeliverabilityTestReportResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
This is a convenience 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)
Copyright © 2020. All rights reserved.