CopyableBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
, SdkBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
public static interface VerifyDomainIdentityResponse.Builder extends CopyableBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
Modifier and Type | Method | Description |
---|---|---|
VerifyDomainIdentityResponse.Builder |
verificationToken(String verificationToken) |
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain
verification.
|
copy
apply, build
VerifyDomainIdentityResponse.Builder verificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
verificationToken
- A TXT record that must be placed in the DNS settings for the domain, in order to complete domain
verification.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.