org.jclouds.glesys.options
Class UpdateRecordOptions.Builder

java.lang.Object
  extended by org.jclouds.glesys.options.UpdateRecordOptions.Builder
Enclosing class:
UpdateRecordOptions

public static class UpdateRecordOptions.Builder
extends Object


Constructor Summary
UpdateRecordOptions.Builder()
           
 
Method Summary
static UpdateRecordOptions data(String data)
           
static UpdateRecordOptions host(String host)
           
static UpdateRecordOptions ttl(int ttl)
           
static UpdateRecordOptions type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRecordOptions.Builder

public UpdateRecordOptions.Builder()
Method Detail

host

public static UpdateRecordOptions host(String host)
See Also:
UpdateRecordOptions.host(java.lang.String)

type

public static UpdateRecordOptions type(String type)
See Also:
UpdateRecordOptions.type(java.lang.String)

data

public static UpdateRecordOptions data(String data)
See Also:
UpdateRecordOptions.data(java.lang.String)

ttl

public static UpdateRecordOptions ttl(int ttl)
See Also:
UpdateRecordOptions.ttl(int)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.