Interface DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
The stage of the record set definition allowing to specify TTL for the records in this record set.
-
Method Summary
Modifier and TypeMethodDescriptionwithTimeToLive(long ttlInSeconds) Specifies the TTL for the records in the record set.
-
Method Details
-
withTimeToLive
Specifies the TTL for the records in the record set.- Parameters:
ttlInSeconds- TTL in seconds- Returns:
- the next stage of the definition
-