Interface GetDeliverabilityTestReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeliverabilityTestReportResponse.Builder,GetDeliverabilityTestReportResponse>,SdkBuilder<GetDeliverabilityTestReportResponse.Builder,GetDeliverabilityTestReportResponse>,SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
- GetDeliverabilityTestReportResponse
public static interface GetDeliverabilityTestReportResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDeliverabilityTestReportResponse.Builder,GetDeliverabilityTestReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDeliverabilityTestReportResponse.BuilderdeliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport)An object that contains the results of the predictive inbox placement test.GetDeliverabilityTestReportResponse.BuilderdeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)An object that contains the results of the predictive inbox placement test.GetDeliverabilityTestReportResponse.BuilderispPlacements(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.BuilderispPlacements(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.BuilderispPlacements(IspPlacement... ispPlacements)An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.GetDeliverabilityTestReportResponse.Buildermessage(String message)An object that contains the message that you sent when you performed this predictive inbox placement test.default GetDeliverabilityTestReportResponse.BuilderoverallPlacement(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.BuilderoverallPlacement(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.Buildertags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetDeliverabilityTestReportResponse.Buildertags(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.Buildertags(Tag... tags)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, sdkFieldNameToField, 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 Detail
-
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.Builderavoiding the need to create one manually viaDeliverabilityTestReport.builder().When the
Consumercompletes,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:
deliverabilityTestReport(DeliverabilityTestReport)
-
overallPlacement
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.
- 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.Builderavoiding the need to create one manually viaPlacementStatistics.builder().When the
Consumercompletes,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:
overallPlacement(PlacementStatistics)
-
ispPlacements
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.
- 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(IspPlacement... 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.Builderavoiding the need to create one manually viaIspPlacement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ispPlacements(List.) - 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:
#ispPlacements(java.util.Collection)
-
message
GetDeliverabilityTestReportResponse.Builder message(String 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
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.
- 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
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.
- 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
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 method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
-