DnsRecordSet.UpdateStages.WithTtl Interface

public interface WithTtl

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

Method Summary

Modifier and Type Method and Description
DnsRecordSet.Update withTimeToLive(long ttlInSeconds)

Specifies the TTL for the records in the record set.

Method Details

withTimeToLive

public Update withTimeToLive(long ttlInSeconds)

Specifies the TTL for the records in the record set.

Parameters:

ttlInSeconds - TTL in seconds

Returns:

the next stage of the record set update

Applies to