Interface GetEmailAddressInsightsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEmailAddressInsightsResponse.Builder,,GetEmailAddressInsightsResponse> SdkBuilder<GetEmailAddressInsightsResponse.Builder,,GetEmailAddressInsightsResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
GetEmailAddressInsightsResponse
@Mutable
@NotThreadSafe
public static interface GetEmailAddressInsightsResponse.Builder
extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetEmailAddressInsightsResponse.Builder,GetEmailAddressInsightsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmailboxValidation(Consumer<MailboxValidation.Builder> mailboxValidation) Detailed validation results for the email address.mailboxValidation(MailboxValidation mailboxValidation) Detailed validation results for the email address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
mailboxValidation
Detailed validation results for the email address.
- Parameters:
mailboxValidation- Detailed validation results for the email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mailboxValidation
default GetEmailAddressInsightsResponse.Builder mailboxValidation(Consumer<MailboxValidation.Builder> mailboxValidation) Detailed validation results for the email address.
This is a convenience method that creates an instance of theMailboxValidation.Builderavoiding the need to create one manually viaMailboxValidation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomailboxValidation(MailboxValidation).- Parameters:
mailboxValidation- a consumer that will call methods onMailboxValidation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-