org.jclouds.dynect.v3.domain
Class RecordSet.Value.Builder

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.RecordSet.Value.Builder
Enclosing class:
RecordSet.Value

public static final class RecordSet.Value.Builder
extends Object


Constructor Summary
RecordSet.Value.Builder()
           
 
Method Summary
 RecordSet.Value build()
           
 RecordSet.Value.Builder from(RecordSet.Value in)
           
 RecordSet.Value.Builder label(String label)
           
 RecordSet.Value.Builder rdata(Map<String,Object> rdata)
           
 RecordSet.Value.Builder weight(Integer weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordSet.Value.Builder

public RecordSet.Value.Builder()
Method Detail

label

public RecordSet.Value.Builder label(String label)
See Also:
RecordSet.Value.getLabel()

weight

public RecordSet.Value.Builder weight(Integer weight)
See Also:
RecordSet.Value.getWeight()

rdata

public RecordSet.Value.Builder rdata(Map<String,Object> rdata)
See Also:
Record.getRData()

build

public RecordSet.Value build()

from

public RecordSet.Value.Builder from(RecordSet.Value in)


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