Interface DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>The stage of the AAAA record set definition allowing to add first AAAA record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>withIPv6Address(String ipv6Address)Creates an AAAA record with the provided IPv6 address in this record set.
-
-
-
Method Detail
-
withIPv6Address
DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT> withIPv6Address(String ipv6Address)
Creates an AAAA record with the provided IPv6 address in this record set.- Parameters:
ipv6Address- the IPv6 address- Returns:
- the next stage of the definition
-
-