Interface HostnameBinding.DefinitionStages.WithHostNameDnsRecordType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
HostnameBinding.Definition<ParentT>
- Enclosing interface:
- HostnameBinding.DefinitionStages
public static interface HostnameBinding.DefinitionStages.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.DefinitionStages.WithAttach<ParentT>withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)Specifies the DNS record type.
-
-
-
Method Detail
-
withDnsRecordType
HostnameBinding.DefinitionStages.WithAttach<ParentT> withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)
Specifies the DNS record type.- Parameters:
hostnameDnsRecordType- the DNS record type- Returns:
- the next stage of the definition
-
-