Interface DeliverabilityTestReport.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeliverabilityTestReport.Builder,DeliverabilityTestReport>,SdkBuilder<DeliverabilityTestReport.Builder,DeliverabilityTestReport>,SdkPojo
- Enclosing class:
- DeliverabilityTestReport
public static interface DeliverabilityTestReport.Builder extends SdkPojo, CopyableBuilder<DeliverabilityTestReport.Builder,DeliverabilityTestReport>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeliverabilityTestReport.BuildercreateDate(Instant createDate)The date and time when the predictive inbox placement test was created.DeliverabilityTestReport.BuilderdeliverabilityTestStatus(String deliverabilityTestStatus)The status of the predictive inbox placement test.DeliverabilityTestReport.BuilderdeliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)The status of the predictive inbox placement test.DeliverabilityTestReport.BuilderfromEmailAddress(String fromEmailAddress)The sender address that you specified for the predictive inbox placement test.DeliverabilityTestReport.BuilderreportId(String reportId)A unique string that identifies the predictive inbox placement test.DeliverabilityTestReport.BuilderreportName(String reportName)A name that helps you identify a predictive inbox placement test report.DeliverabilityTestReport.Buildersubject(String subject)The subject line for an email that you submitted in a 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
-
-
-
-
Method Detail
-
reportId
DeliverabilityTestReport.Builder reportId(String reportId)
A unique string that identifies the predictive inbox placement test.
- Parameters:
reportId- A unique string that identifies the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportName
DeliverabilityTestReport.Builder reportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
- Parameters:
reportName- A name that helps you identify a predictive inbox placement test report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subject
DeliverabilityTestReport.Builder subject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
- Parameters:
subject- The subject line for an email that you submitted in a predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fromEmailAddress
DeliverabilityTestReport.Builder fromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
- Parameters:
fromEmailAddress- The sender address that you specified for the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
DeliverabilityTestReport.Builder createDate(Instant createDate)
The date and time when the predictive inbox placement test was created.
- Parameters:
createDate- The date and time when the predictive inbox placement test was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliverabilityTestStatus
DeliverabilityTestReport.Builder deliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test. If the status is
IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE, then the test is finished, and you can use theGetDeliverabilityTestReportto view the results of the test.- Parameters:
deliverabilityTestStatus- The status of the predictive inbox placement test. If the status isIN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE, then the test is finished, and you can use theGetDeliverabilityTestReportto view the results of the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliverabilityTestStatus,DeliverabilityTestStatus
-
deliverabilityTestStatus
DeliverabilityTestReport.Builder deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test. If the status is
IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE, then the test is finished, and you can use theGetDeliverabilityTestReportto view the results of the test.- Parameters:
deliverabilityTestStatus- The status of the predictive inbox placement test. If the status isIN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE, then the test is finished, and you can use theGetDeliverabilityTestReportto view the results of the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliverabilityTestStatus,DeliverabilityTestStatus
-
-