Interface DnsVerification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DnsVerification.Builder,,DnsVerification> SdkBuilder<DnsVerification.Builder,,DnsVerification> SdkPojo
- Enclosing class:
DnsVerification
@Mutable
@NotThreadSafe
public static interface DnsVerification.Builder
extends SdkPojo, CopyableBuilder<DnsVerification.Builder,DnsVerification>
-
Method Summary
Modifier and TypeMethodDescriptiondnsRecordName(String dnsRecordName) The name of the DNS record to create for verification.dnsRecordType(String dnsRecordType) The type of DNS record to create.dnsRecordType(DNSRecordType dnsRecordType) The type of DNS record to create.The verification token to include in the DNS record value.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, sdkFields
-
Method Details
-
token
The verification token to include in the DNS record value.
- Parameters:
token- The verification token to include in the DNS record value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsRecordName
The name of the DNS record to create for verification.
- Parameters:
dnsRecordName- The name of the DNS record to create for verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsRecordType
The type of DNS record to create. Currently, only TXT is supported.
- Parameters:
dnsRecordType- The type of DNS record to create. Currently, only TXT is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsRecordType
The type of DNS record to create. Currently, only TXT is supported.
- Parameters:
dnsRecordType- The type of DNS record to create. Currently, only TXT is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-