org.jclouds.route53.domain
Class HostedZone.Builder
java.lang.Object
org.jclouds.route53.domain.HostedZone.Builder
- Enclosing class:
- HostedZone
public static final class HostedZone.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostedZone.Builder
public HostedZone.Builder()
id
public HostedZone.Builder id(String id)
- See Also:
HostedZone.getId()
name
public HostedZone.Builder name(String name)
- See Also:
HostedZone.getName()
callerReference
public HostedZone.Builder callerReference(String callerReference)
- See Also:
HostedZone.getCallerReference()
resourceRecordSetCount
public HostedZone.Builder resourceRecordSetCount(int resourceRecordSetCount)
- See Also:
HostedZone.getResourceRecordSetCount()
comment
public HostedZone.Builder comment(String comment)
- See Also:
HostedZone.getComment()
build
public HostedZone build()
from
public HostedZone.Builder from(HostedZone in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.