org.jclouds.dynect.v3.domain
Class RecordSet.Value.Builder
java.lang.Object
org.jclouds.dynect.v3.domain.RecordSet.Value.Builder
- Enclosing class:
- RecordSet.Value
public static final class RecordSet.Value.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordSet.Value.Builder
public RecordSet.Value.Builder()
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.