DnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.DefinitionStages.WithCaaRecordEntry

The stage of the Caa record definition allowing to add first service record.

Method Summary

Modifier and Type Method and Description
abstract WithCaaRecordEntryOrAttachable<ParentT> withRecord(int flags, String tag, String value)

Specifies a Caa record for a service.

Method Details

withRecord

public abstract DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable withRecord(int flags, String tag, String value)

Specifies a Caa record for a service.

Parameters:

flags - the flags for this CAA record as an integer between 0 and 255
tag - the tag for this CAA record
value - the value for this CAA record

Returns:

the next stage of the definition

Applies to