public static interface CreateDeliverabilityTestReportResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDeliverabilityTestReportResponse.Builder |
deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
CreateDeliverabilityTestReportResponse.Builder |
deliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
CreateDeliverabilityTestReportResponse.Builder |
reportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeliverabilityTestReportResponse.Builder reportId(String reportId)
A unique string that identifies the predictive inbox placement test.
reportId - A unique string that identifies the predictive inbox placement test.CreateDeliverabilityTestReportResponse.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 is COMPLETE, then the test is finished, and
you can use the GetDeliverabilityTestReport to view the results of the test.
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 is COMPLETE, then the test
is finished, and you can use the GetDeliverabilityTestReport to view the results of the
test.DeliverabilityTestStatus,
DeliverabilityTestStatusCreateDeliverabilityTestReportResponse.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 is COMPLETE, then the test is finished, and
you can use the GetDeliverabilityTestReport to view the results of the test.
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 is COMPLETE, then the test
is finished, and you can use the GetDeliverabilityTestReport to view the results of the
test.DeliverabilityTestStatus,
DeliverabilityTestStatusCopyright © 2022. All rights reserved.