public class UpdateRecordOptions extends AddRecordOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRecordOptions.Builder |
formParameters, headers, matrixParameters, 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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public UpdateRecordOptions host(String host)
public UpdateRecordOptions type(String type)
public UpdateRecordOptions data(String data)
public UpdateRecordOptions ttl(int ttl)
AddRecordOptions
ttl
in class AddRecordOptions
Copyright © 2009-2013 jclouds. All Rights Reserved.