Interface PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>,PrivateDnsRecordSet.DefinitionStages.AaaaRecordSetBlank<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT>
The stage of the AAAA record set definition allowing to add first AAAA record.
-
Method Summary
Modifier and TypeMethodDescriptionwithIPv6Address(String ipv6Address) Creates an AAAA record with the provided IPv6 address in this record set.
-
Method Details
-
withIPv6Address
PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT> withIPv6Address(String ipv6Address) Creates an AAAA record with the provided IPv6 address in this record set.- Parameters:
ipv6Address- an IPv6 address- Returns:
- the next stage of the definition
-