Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateDefinition<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.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 PrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>withIPv6Address(String ipv6Address)Creates an AAAA record with the provided IPv6 address in this record set.
-
-
-
Method Detail
-
withIPv6Address
PrivateDnsRecordSet.UpdateDefinitionStages.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
-
-