Interface ListDeliverabilityTestReportsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDeliverabilityTestReportsResponse.Builder,ListDeliverabilityTestReportsResponse>,SdkBuilder<ListDeliverabilityTestReportsResponse.Builder,ListDeliverabilityTestReportsResponse>,SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
- ListDeliverabilityTestReportsResponse
@Mutable @NotThreadSafe public static interface ListDeliverabilityTestReportsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListDeliverabilityTestReportsResponse.Builder,ListDeliverabilityTestReportsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeliverabilityTestReportsResponse.BuilderdeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)An object that contains a lists of predictive inbox placement tests that you've performed.ListDeliverabilityTestReportsResponse.BuilderdeliverabilityTestReports(Consumer<DeliverabilityTestReport.Builder>... deliverabilityTestReports)An object that contains a lists of predictive inbox placement tests that you've performed.ListDeliverabilityTestReportsResponse.BuilderdeliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)An object that contains a lists of predictive inbox placement tests that you've performed.ListDeliverabilityTestReportsResponse.BuildernextToken(String nextToken)A token that indicates that there are additional predictive inbox placement tests to list.-
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
-
deliverabilityTestReports
ListDeliverabilityTestReportsResponse.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.
-
deliverabilityTestReports
ListDeliverabilityTestReportsResponse.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.
-
deliverabilityTestReports
ListDeliverabilityTestReportsResponse.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 to#deliverabilityTestReports(List.) - Parameters:
deliverabilityTestReports- a consumer that will call methods onDeliverabilityTestReport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deliverabilityTestReports(java.util.Collection)
-
nextToken
ListDeliverabilityTestReportsResponse.Builder nextToken(String 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 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 toListDeliverabilityTestReports, and pass this token in theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-