Interface ResendContactReachabilityEmailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ResendContactReachabilityEmailResponse.Builder,
,ResendContactReachabilityEmailResponse> Route53DomainsResponse.Builder
,SdkBuilder<ResendContactReachabilityEmailResponse.Builder,
,ResendContactReachabilityEmailResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ResendContactReachabilityEmailResponse
@Mutable
@NotThreadSafe
public static interface ResendContactReachabilityEmailResponse.Builder
extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ResendContactReachabilityEmailResponse.Builder,ResendContactReachabilityEmailResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The domain name for which you requested a confirmation email.emailAddress
(String emailAddress) The email address for the registrant contact at the time that we sent the verification email.isAlreadyVerified
(Boolean isAlreadyVerified) True
if the email address for the registrant contact has already been verified, andfalse
otherwise.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53domains.model.Route53DomainsResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
domainName
The domain name for which you requested a confirmation email.
- Parameters:
domainName
- The domain name for which you requested a confirmation email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
The email address for the registrant contact at the time that we sent the verification email.
- Parameters:
emailAddress
- The email address for the registrant contact at the time that we sent the verification email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAlreadyVerified
True
if the email address for the registrant contact has already been verified, andfalse
otherwise. If the email address has already been verified, we don't send another confirmation email.- Parameters:
isAlreadyVerified
-True
if the email address for the registrant contact has already been verified, andfalse
otherwise. If the email address has already been verified, we don't send another confirmation email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-