Interface ListDeliverabilityTestReportsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDeliverabilityTestReportsResponse.Builder,,- ListDeliverabilityTestReportsResponse> - PinpointEmailResponse.Builder,- SdkBuilder<ListDeliverabilityTestReportsResponse.Builder,,- ListDeliverabilityTestReportsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDeliverabilityTestReportsResponse
@Mutable
@NotThreadSafe
public static interface ListDeliverabilityTestReportsResponse.Builder
extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDeliverabilityTestReportsResponse.Builder,ListDeliverabilityTestReportsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed.deliverabilityTestReports(Consumer<DeliverabilityTestReport.Builder>... deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed.deliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed.A token that indicates that there are additional predictive inbox placement tests to list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
deliverabilityTestReportsListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed. - Parameters:
- deliverabilityTestReports- An object that contains a lists of predictive inbox placement tests that you've performed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deliverabilityTestReportsListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed. - Parameters:
- deliverabilityTestReports- An object that contains a lists of predictive inbox placement tests that you've performed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deliverabilityTestReportsListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(Consumer<DeliverabilityTestReport.Builder>... deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed. 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 todeliverabilityTestReports(List<DeliverabilityTestReport>).- Parameters:
- deliverabilityTestReports- a consumer that will call methods on- DeliverabilityTestReport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in theNextTokenparameter.- Parameters:
- nextToken- A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to- ListDeliverabilityTestReports, and pass this token in the- NextTokenparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-