Interface HostNameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
HostNameBinding.UpdateDefinition<ParentT>
- Enclosing interface:
- HostNameBinding.UpdateDefinitionStages
public static interface HostNameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType<ParentT>The stage of a hostname binding definition allowing DNS record type to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>withDnsRecordType(CustomHostNameDnsRecordType hostNameDnsRecordType)Specifies the DNS record type.
-
-
-
Method Detail
-
withDnsRecordType
HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT> withDnsRecordType(CustomHostNameDnsRecordType hostNameDnsRecordType)
Specifies the DNS record type.- Parameters:
hostNameDnsRecordType- the DNS record type- Returns:
- the next stage of the definition
-
-