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