public abstract static class RecordId.Builder<B extends RecordId.Builder<B>> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fqdn |
protected long |
id |
protected String |
type |
protected String |
zone |
Constructor and Description |
---|
RecordId.Builder() |
protected String zone
protected String fqdn
protected String type
protected long id
protected abstract B self()
public B zone(String zone)
RecordId.getZone()
public B fqdn(String fqdn)
RecordId.getFQDN()
public B type(String type)
RecordId.getType()
public B id(long id)
RecordId.getId()
public RecordId build()
Copyright © 2009-2013 jclouds. All Rights Reserved.