public class EditRecordOptions extends AddRecordOptions
Modifier and Type | Class and Description |
---|---|
static class |
EditRecordOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
EditRecordOptions() |
Modifier and Type | Method and Description |
---|---|
EditRecordOptions |
data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address)
|
EditRecordOptions |
host(String host)
Configure the hostname attached to this record
|
EditRecordOptions |
type(String type)
Configure the type of record, ex.
|
ttl
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public EditRecordOptions host(String host)
public EditRecordOptions type(String type)
public EditRecordOptions data(String data)
Copyright © 2009-2012 jclouds. All Rights Reserved.