DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface DnsRecordSet.UpdateDefinitionStages.WithTtl

The stage of the record set definition allowing to specify TTL for the records in this record set.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withTimeToLive(long ttlInSeconds)

Specifies the TTL for the records in the record set.

Method Details

withTimeToLive

public abstract DnsRecordSet.UpdateDefinitionStages.WithAttach withTimeToLive(long ttlInSeconds)

Specifies the TTL for the records in the record set.

Parameters:

ttlInSeconds - TTL in seconds

Returns:

the next stage of the definition

Applies to