Interface CreateDeliverabilityTestReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>
,SdkBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>
,SdkPojo
,SdkResponse.Builder
,SesV2Response.Builder
- Enclosing class:
- CreateDeliverabilityTestReportResponse
public static interface CreateDeliverabilityTestReportResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDeliverabilityTestReportResponse.Builder
deliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.CreateDeliverabilityTestReportResponse.Builder
deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.CreateDeliverabilityTestReportResponse.Builder
reportId(String reportId)
A unique string that identifies 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
-
reportId
CreateDeliverabilityTestReportResponse.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.
-
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 isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to 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 theGetDeliverabilityTestReport
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
,DeliverabilityTestStatus
-
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 isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to 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 theGetDeliverabilityTestReport
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
,DeliverabilityTestStatus
-
-