public class UpdateRecordOptions extends AddRecordOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateRecordOptions.Builder  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
UpdateRecordOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateRecordOptions | 
data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address) 
 | 
UpdateRecordOptions | 
host(String host)
Configure the hostname attached to this record 
 | 
UpdateRecordOptions | 
ttl(int ttl)
Configure TTL/Time-to-live for record 
 | 
UpdateRecordOptions | 
type(String type)
Configure the type of record, ex. 
 | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic UpdateRecordOptions host(String host)
public UpdateRecordOptions type(String type)
public UpdateRecordOptions data(String data)
public UpdateRecordOptions ttl(int ttl)
AddRecordOptionsttl in class AddRecordOptionsCopyright © 2009-2013 jclouds. All Rights Reserved.