public static class EditRecordOptions.Builder extends Object
Constructor and Description |
---|
EditRecordOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static EditRecordOptions |
data(String data) |
static EditRecordOptions |
host(String host) |
static EditRecordOptions |
ttl(int ttl) |
static EditRecordOptions |
type(String type) |
public static EditRecordOptions host(String host)
public static EditRecordOptions type(String type)
public static EditRecordOptions data(String data)
public static EditRecordOptions ttl(int ttl)
AddRecordOptions.ttl(int)
Copyright © 2009-2012 jclouds. All Rights Reserved.