Interface GetDeliverabilityTestReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDeliverabilityTestReportResponse.Builder,
,GetDeliverabilityTestReportResponse> SdkBuilder<GetDeliverabilityTestReportResponse.Builder,
,GetDeliverabilityTestReportResponse> SdkPojo
,SdkResponse.Builder
,SesV2Response.Builder
- Enclosing class:
GetDeliverabilityTestReportResponse
-
Method Summary
Modifier and TypeMethodDescriptiondeliverabilityTestReport
(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.deliverabilityTestReport
(DeliverabilityTestReport deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.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
(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.ispPlacements
(IspPlacement... ispPlacements) An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.An object that contains the message that you sent when you performed this predictive inbox placement test.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.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.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
(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
deliverabilityTestReport
GetDeliverabilityTestReportResponse.Builder deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.
- Parameters:
deliverabilityTestReport
- An object that contains the results of the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliverabilityTestReport
default GetDeliverabilityTestReportResponse.Builder deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.
This is a convenience method that creates an instance of theDeliverabilityTestReport.Builder
avoiding the need to create one manually viaDeliverabilityTestReport.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeliverabilityTestReport(DeliverabilityTestReport)
.- Parameters:
deliverabilityTestReport
- a consumer that will call methods onDeliverabilityTestReport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overallPlacement
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 method that creates an instance of thePlacementStatistics.Builder
avoiding the need to create one manually viaPlacementStatistics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooverallPlacement(PlacementStatistics)
.- Parameters:
overallPlacement
- a consumer that will call methods onPlacementStatistics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ispPlacements
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
- Parameters:
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ispPlacements
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
- Parameters:
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ispPlacements
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 method that creates an instance of theIspPlacement.Builder
avoiding the need to create one manually viaIspPlacement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toispPlacements(List<IspPlacement>)
.- Parameters:
ispPlacements
- a consumer that will call methods onIspPlacement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
An object that contains the message that you sent when you performed this predictive inbox placement test.
- Parameters:
message
- An object that contains the message that you sent when you performed this predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
- Parameters:
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
- Parameters:
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-