Interface PrivateDnsRecordSet.DefinitionStages
- Enclosing interface:
PrivateDnsRecordSet
public static interface PrivateDnsRecordSet.DefinitionStages
Grouping of DNS zone record set definition stages as a part of parent DNS zone definition.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe first stage of a AAAA record definition.static interfaceThe first stage of an A record definition.static interfaceThe first stage of a CNAME record set definition.static interfaceThe first stage of a MX record definition.static interfaceThe first stage of a PTR record definition.static interfaceThe first stage of a SOA record definition.static interfaceThe first stage of a SRV record definition.static interfaceThe first stage of a TXT record definition.static interfaceThe stage of the AAAA record set definition allowing to add first AAAA record.static interfaceThe stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set to the parent.static interfaceThe stage of the A record set definition allowing to add first A record.static interfaceThe stage of the A record set definition allowing to add additional A records or attach the record set to the parent.static interfaceThe final stage of the DNS zone record set definition.static interfaceThe stage of a CNAME record definition allowing to add alias.static interfaceThe stage of the CNAME record set definition allowing attach the record set to the parent.static interfaceThe stage of the record set definition allowing to enable ETag validation.static interfaceThe stage of the record set definition allowing to specify metadata.static interfaceThe stage of the MX record set definition allowing to add first MX record.static interfaceThe stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.static interfaceThe stage of the PTR record set definition allowing to add first CNAME record.static interfaceThe stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.static interfaceThe stage of the SOA record set definition allowing to add additional SOA records.static interfaceThe stage of the SOA record set definition allowing to add additional SOA records or attach the record set to the parent.static interfaceThe stage of the SRV record definition allowing to add first service record.static interfaceThe stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.static interfaceThe stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.static interfaceThe stage of the TXT record definition allowing to add first TXT record.static interfaceThe stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.