Interface CreateDeliverabilityTestReportResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>, PinpointEmailResponse.Builder, SdkBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateDeliverabilityTestReportResponse

  • Method Details

    • 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.
    • deliverabilityTestStatus

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deliverabilityTestStatus

      CreateDeliverabilityTestReportResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: