Interface PrivateDnsRecordSet.DefinitionStages.WithTtl<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.DefinitionStages.WithTtl<ParentT>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>withTimeToLive(long ttlInSeconds)Specifies the Time To Live for the records in the record set.
-
-
-
Method Detail
-
withTimeToLive
PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT> withTimeToLive(long ttlInSeconds)
Specifies the Time To Live for the records in the record set.- Parameters:
ttlInSeconds- TTL in seconds- Returns:
- the next stage of the definition
-
-